What you describe sounds like Wicket's default behavior. It knows which widgets correspond to which Java components, and routes data accordingly when submitted.
On Mon, Apr 30, 2012 at 10:05 AM, kshitiz <[email protected]> wrote: > Thanks for the reply Dan...now consider a situation: > > You have 5 drop downs, each with onselectionchange enabled. When you change > the choice of any one drop down, the chosen value should be passed as > parameter to that drop down only, so that it will display new value. Rest > drop downs should not get changed. How will you do that? > > On way would be to allocate each drop down a unique id and then, associate > each parameter being passed to the same page with that id. This will help > to > judge the coming parameter belongs to which drop down. But is there any > more > efficient way? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Passing-parameter-to-a-portion-of-a-page-tp4597887p4598758.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
