On 6/26/07, Javed <[EMAIL PROTECTED]> wrote:


I have come across such scenario where I need to have radio buttons across
the mutliple pages.
Say there are 25 records laid among 5 pages as 5 records per page. I want
to
select only one record or radio button among 25.
How this should be implemented? Any pointers in this direction will be of
great help.


there are two basic ways to do it

1) override pagelink navigator's link factory methods and return
submitlinks. this way your form is submitted every time you page and models
are updated

2) use ajax to always update the model when the radio is clicked

-igor




Thanks in advance.

Regards,
Javed
--
View this message in context:
http://www.nabble.com/Radio-buttons-in-multiple-pages-tf3981684.html#a11303486
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to