final CheckGroup group=new CheckGroup("group", new ArrayList());
...
group.add(new CheckGroupSelector("groupselector"));
......
SortableWapSrcDataProvider provider = new SortableWapSrcDataProvider();
DefaultDataTable table = new DefaultDataTable("table",columns,provider,30);
table.addTopToolbar(new FilterToolbar(table,provider));
group.add(table);
form.add(group);

http://www.nabble.com/user-files/235815/Snap1.gif 

the html file is:
<form wicket:id="form">
        <span wicket:id="group">
        &nbsp;&nbsp;&nbsp;<input type="checkbox"
wicket:id="groupselector">全选/清除</input><br/>
        <table class="dataview" cellspacing="0" 
wicket:id="table">[table]</table>
        </span>
        <input type="submit" value="确定" />
</form>

when I click the 'groupselector', the theckbox in filtertable cannot be
checked. If the filtertoolbar is removed,all works fine.
I suppose it is the filterform in  filtertable that  blocks the groupselect
javascript.

How can I do? very thanks!
-- 
View this message in context: 
http://www.nabble.com/filtertable-and-checkgroup-cannot-work-together-tf2195268.html#a6075049
Sent from the Wicket - User forum at Nabble.com.


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

Reply via email to