> -----Original Message----- > From: Patrick Hess [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 12:17 PM > To: [EMAIL PROTECTED] > Subject: Woody & Binding? > > > > Hi there, > > the application I'm working on at the moment is using woody for some > form handling. I managed to get everything working like I > expected and > saving some data works fine -- now I'm asking my self what's > best way to > prepopulate fields on typical "edit" scenarios. Do I have to use the > binding framework or is there an other way to do this?
yes, currently the binding framework uses JXPath for binding. So you can bind your forms with all objects that can be accessed by it. > > 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. Reinhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
