Hi All,
Suppose I have two check boxes , A and B, in a single page form.
When the page is first rendered, A and B should be enabled/disabled according to some logic. When the user selects A I want B to be enabled as well, without round trip to the server, which means JavaScript code, of course.
This will result in duplicate code both in Java and JavaScript.
How can I avoid this overhead and maintain view logic at a single point?
10x
Nili


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to