Re: [Wicket-user] help, setModel

2006-05-19 Thread Martijn Dashorst
Use property models to update the fields on your java objects directly. Then you don't have to query the textfield yourself, and Wicket will perform the validation, conversion and population for you.Person person = personDao.getPerson(1);Form form = new Form("form", new CompoundPropertyModel(perso

[Wicket-user] help, setModel

2006-05-18 Thread ketan gote
hello friends , we are fetching some values from database and displaying in some TextField bu model, on other part we have one image link on page on which on onClick method we want to get all the form component value, which we are not able to get wating for reply regards ketan d.gote