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
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