I've built several applications w/ ASP.NET in the past and got very comfortable w/ the built-in events that fire for some of the web UI controls that come bundled w/ the framework.
I was curious if there was an event (or something similar in concept) that happens when each row is created in a table that is bound to a List?
For example...when I'm displaying a dynamic set of table-rows and I need to hook into each row to test a condition. Maybe I'd like to display a different icon for a row that meets a particular condition. In the applications where I've used Servlets/JSP, I would have just used JSTL to do a <c:if> or <c:choose> to evaluate the contents of the data in the row.
Can someone point me in the right direction?
Thanks!
- [Wicket-user] Event when row is created/data-bound? VGJ
