On Jul 19, 2005, at 12:02 AM, Martijn Dashorst wrote:

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

Bedankt for the example :-)

I guess the trick with the ListView is to see it as a 'repeater'. I guess the following would also work:

 <p wicket:id="rows">
  <ul>
   <li wicket:id="cold">...</li>
  </ul>
 </p>

Right? Cool Stuff :-)

 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

Reply via email to