Stefan Arentz wrote:


So that translates to:

 <tbody>
   <tr wicket:id="rows">
     <td wicket:id="cols">...</td>
   </tr>
 </tbody>

Yes. You nailed it! And now for the refridgerator ;-)

The example in the ListView javadoc is a bit odd:

          <tbody>
            <tr id="wicket-rows" class="even">
                <td><span id="wicket-id">Test ID</span></td>

Shouldn't that read wicket:id="rows" and wicket:id="id" ?

Nice catch. I'll update it.

Martijn


 S.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to