Nice work Ned! Actually this approach is very close to what i am trying to do.
Thanks a lot Ned Collyer wrote: > > You may be interested in something like the bean editor webcast linked > from here > http://herebebeasties.com/2007-08-17/wicket-bean-editor/ > > With a bit of customisation you should be able to bend it to suit your > needs for any of your pojos. > > Rgds > > Ned > > > Constantin Y wrote: >> >> First of all I want to congratulate Wicket guys for their work. >> Until today I have developed applications based mainly on SWT/RCP and >> JSP/Servlets. >> Currently we are evaluating various frameworks in order to initiate a new >> project, which will expose many of our in-house developed system >> (SWT/RCP) functions through web. >> It seems that Wicket is very close to what we are looking for, because >> more or less we have the same logic in our gui applications. >> I am trying to create a common template for edit forms responsible to >> edit properties of a single pojo. In general, I want to have fool control >> over the synchronization between the form’s data and pojo’s fields. >> I am posting some simple code. >> I would appreciate if anyone has the time to take a look and tell me if I >> am following a right approach about the models and the binding technique. >> > > -- View this message in context: http://www.nabble.com/Simple-edit-form-and-models-tp15186893p15202600.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
