Re: Shift-JIS

2007-01-22 Thread 許議中
Additional info: I use Apache httpd + JK + Tomcat. The default language of httpd is UTF-8, Cocoon's web.xml form default enconding is UTF-8, Servlet default encondig is ISO-8859-1, DB is postgresql UTF-8 also. johnson 許議中 提到: > Hi! > > I've a web app, most of them is UTF-8, but some pages are

Shift-JIS

2007-01-22 Thread 許議中
Hi! I've a web app, most of them is UTF-8, but some pages are pure Shift-JIS(not UTF-8) for japanese wap pages, How can I do in i18n. Best Regards johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [contrib] Cocoon editor

2007-01-22 Thread Grzegorz Kossakowski
Olivier napisał(a): Hi all && happy new year, I' ve started few months ago to build a sitemap cocoon editor as an eclipse plugin. My first goal was to "play" with eclipse plugins, EMF, WSTTranslator and more ... I think that the proof of concept is done. Is there anybody in there that would b

[contrib] Cocoon editor

2007-01-22 Thread Olivier
Hi all && happy new year, I' ve started few months ago to build a sitemap cocoon editor as an eclipse plugin. My first goal was to "play" with eclipse plugins, EMF, WSTTranslator and more ... I think that the proof of concept is done. Is there anybody in there that would be interested in c

Re: CForms: Binding of two connected Beans

2007-01-22 Thread Mark Lundquist
Hi Wotan, On Jan 22, 2007, at 2:28 AM, Wotan von Klass wrote: http://apache.org/cocoon/forms/1.0#binding"; path="/" > Doesn't work Right, it's jxpath. Use: cheers, —ml— - To unsubscribe, e-mail: [EMAIL PROTEC

CForms: Binding of two connected Beans

2007-01-22 Thread Wotan von Klass
Hello, I try to bind two connected beans to one form. Let's say a car bean has a reference to a make bean. I load the car and bind it to the form: form.load(car); How do I bind now to the properties of the make in the same form? http://apache.org/cocoon/forms/1.0#binding"; path="/" > Doesn'

R: R: I: Reading Cocoon component from Servlet Filter

2007-01-22 Thread Leonardo Battagli
I have to do some simple Jdbc access, but I'd like to reuse the code we have already developed, that is the same I can use from inside flowscript thanks to our cocoon components. If I cant' get 'cocoon servlet' I'll rethink my architecture, I mean I'll put in the servlet some 'jdbc code' > -