Hi,
I've been working on a project that uses the SortableListView (wicket
extensions). My current code uses <ul> & <li> tags to display the
sortable list, just like the example shows here:
http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+SortableListView
But instead of having a <li> dot in front of the selection I tried
using <table> and <tr> as suggested on that examples page, but I
couldn't sort it anymore... Is using tables supported? Does anybody
have it working?
I tried to do it like this (copied the example):
<table wicket:id="itemList">
<tr wicket:id="item">
<td>
<span wicket:id="label">Something unique for this object</span>
</td>
</tr>
</table>
Any ideas what I did wrong?
Roy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]