RE: XML Forms and i18n

2002-07-29 Thread Piroumian Konstantin
From: [EMAIL PROTECTED] Hello, first I want to thank you for your great help in the last days. We have solved the problem now with your proposed solution: tagging the xml with a stylesheet. Great to hear that. Would you let us know when your application is ready and if't

Re: Antwort: Re: Antwort: RE: XML Forms and i18n

2002-07-26 Thread Ivelin Ivanov
: Re: Antwort: RE: XML Forms and i18n Hello, Yes, I tried this, but I donĀ“t think that the i18n tags are copied with the error message, as the translation is not working. I have the internationalisation running with the XML-form example. There it is quite easy , as you only have

RE: xml-forms

2002-07-22 Thread Piroumian Konstantin
From: [EMAIL PROTECTED] Hello, i have a new problem:) In my FormAction I want to send back a request parameter with my page to use this parameter in a xsl-stylesheet. Therefore I tried the following: if(view == first) if(cmd == next)

RE: XML Forms again

2002-07-05 Thread Piroumian Konstantin
From: [EMAIL PROTECTED] Hello, ... Still I am wondering, if I can use the bean used for the model, outside of my FormAction or if it is only possible to use it in this action. The map:parameter name=xmlform-scope value=session/ indicates the scope of your instance data (e.g.

Re: XML Forms again

2002-07-05 Thread Ivelin Ivanov
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 8:34 AM Subject: XML Forms again Hello, another issue concerning XML-forms: In the action for the form processing, the method filterRequestParameters(..) should be used for

RE: XML-Forms

2002-07-04 Thread Piroumian Konstantin
From: [EMAIL PROTECTED] Hello, Before I start working with the xml-form implementation in Cocoon, I want to find out if it is possible to use xml_form together with the i18n Transformer to display xf:captionFirst Namexf:caption in different languages: