GridView does not support Item reuse. i.e. If any form validation error occur,
user input are just disappeared. use with care!
On 11/9/06, Frank Bille <[EMAIL PROTECTED]> wrote:
On 11/9/06, Flemming Seerup <[EMAIL PROTECTED]> wrotepublic ThumbnailImageFragment(String id, final ImageReference
reference, IModel
itemModel) {
super(id);
CheckBox checkBox = new CheckBox("select", itemModel);
add(checkBox);
Try to use Check instead of CheckBox. I think that is your problem :)
http://wicket.sourceforge.net/apidocs/wicket/markup/html/form/CheckGroup.html
Frank
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user