On Mon, 2003-10-20 at 16:05, Patrick Hess wrote: > Reinhard Poetz wrote: > > >> My business logic is implemented in EJB so the binding > >> frameworks sounds > >> like the right approach but if possible I would like to start with a > >> more simple way and migrate to binding later... > > > > > > you can start with XML files to evaluate Woody wheter it fits your > > needs. > > That's what I did for the moment and it works fine to save form data. > But how can prefill the fields when displaying the form with som > preexisting values?
If the data to be prefilled is in the bean, you can use the "load" feature of the binding. Otherwise you can write code to give the widgets values. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
