Hi, how can you add nested tags without getting a "Expected close tag" error?
I have this html markup:
<div id="categories" wicket:id="categories">
<h2 wicket:id="titleRest">[[titleFirst]] [[titleRest]]</h2>
</div>
categories will be a ListView and in the populateItem method, I want to add
text to <h2> and in each iteration. I understand that I cannot use a Label
for the <h2> because it is not a container. Any way I can get this done in
another way?
--
View this message in context:
http://www.nabble.com/Nested-labels--%3E-Expected-close-tag-tp15397144p15397144.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]