Dynamic SelectOnes in XMLForms

2002-09-04 Thread u13209
Hello everybody and Hello to specially Ivelin,   i have a problem to create dynamic selectOnes in my XMLForms with the . I looked on the source of  XMLForm-Transformer and it seems to be not possible with this Version. But this is importent to create powerfull forms. I solved this problem w

Re: XMLForm wizard data storage

2002-09-06 Thread u13209
The Open Source Project castor is a very helpfull Tool for mapping data from a database into Java-Objects. Overwrite the getFormModel() Method in your Action to get a Bean from the Database and commit it somewhere in perform(). I use a special Bean which holds the Business-Model in a java.