I just started learning Wicket. I have some experience with JSP+Spring.
In Spring, based on a hidden id parameter from a form, I can use 
formBackingObject method to load the object. Spring combines a user's 
input in the form with the loaded object to form the latest version of this 
object and then I can save it.
I am not sure how to do the same thing in Wicket. I tried <
and I got errors.
In addition, how to let Wicket combine user input with the old version object 
loaded from the database?
Any pointers, examples, explanation?
Thanks you so much for your help!!!
Regards. input wicket:id="id" type="hidden"/>


      

Reply via email to