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'

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

2002-07-26 Thread Ivelin Ivanov
lesheet in the pipeline. It acts independent from the form document. Ivelin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 8:50 AM Subject: Antwort: Re: Antwort: RE: XML Forms and i18n Hello, Yes, I tried this, but

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 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 val

Re: Antwort: Re: XML-Forms

2002-07-05 Thread Ivelin Ivanov
Friday, July 05, 2002 3:42 AM Subject: Antwort: Re: XML-Forms > Hello, > >I have another question concerning xmlForms: >When I have finished my form processing and mapping to the Bean, I would > like to store the >results in different databases. >So, if I click

Antwort: Re: XML-Forms

2002-07-05 Thread michael_hampel
Hello, I have another question concerning xmlForms: When I have finished my form processing and mapping to the Bean, I would like to store the results in different databases. So, if I click "finish" on the last page I would have to call an Action, which does the database storing fo

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 indicates the scope of your instance data (e.g. your bean), so if you set it to 'session

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 > First Name >in different languages: > firstName > >