output-encoding in HTMLGenerator, please help!

2003-01-12 Thread Yury Mikhienko
Hi all! Can anyone help me with the following problem: I have a KOI8-R encoded HTML document. After processing this document with HTMLGenerator, in output I have ISO-8859-1 encoded document :(( for example The source document: (from URL: /test) ðÒÉ×ÅÔ! ðÒÉ×ÅÔ! (in sitemap.xmap):

xml:lang="de" question

2003-01-12 Thread Ines Robbers
Hi, Can someone tell me what is the correct way of marking the language as german: http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de"> or http://www.w3.org/1999/xhtml"; xml:lang="en" lang="de"> or http://www.w3.org/1999/xhtml"; xml:lang="de"> or any other possibilities... :-) What is the di

DatabaseActions problem with type now

2003-01-12 Thread Juraj Misovych
I use DatabaseActions to add to (frirebird)interbase database. all working fine, but have problem when want to insert current unixtime into database. In describing database table , i have set dbcol type to now, () but in table i have null value, (Thread-4/AbstractDatabaseAction: Setting column 6 n

ORB/JDO and XMLForms

2003-01-12 Thread Mark Horgan
Hi there, I'm a new user of cocoon and I'm trying to get the form part of cocoon setup. I've got XMLForms working, now I would like some way of automatically putting the info into a database. I'm exploring a method used in O'Reilly's Struts book that uses an ORM with the form javabean. Just wonder

Re: ORB/JDO and XMLForms

2003-01-12 Thread Jakob Praher
Am Son, 2003-01-12 um 23.09 schrieb Mark Horgan: > Hi there, > > I'm a new user of cocoon and I'm trying to get the form part of cocoon > setup. I've got XMLForms working, now I would like some way of automatically > putting the info into a database. I'm exploring a method used in O'Reilly's > Str

cocoon 2.0.3 and xsp request

2003-01-12 Thread Hong Gia Dinh
Title: cocoon 2.0.3 and xsp request Hi all, have you all ever used the request : in cocoon 2.0.3? i deployed my application in jboss 3.0.4 but cant run the above request!! but when i deployed my application wiith  cocoon 2.0.4 it runs well!!! so if i still want to use cocoon 2.0.3 ,

RE: ORB/JDO and XMLForms

2003-01-12 Thread Anthony Kong
Hi, Mark, I think it really depends on how you wanna implement your solution. The attractive features of JDO is that it is an open standard, and probably the object models you build can be reused elsewhere more readily. A catch though: AFAIK, OJB still haven't fully implement JDO yet. An experim