In the latest early access version of Wicket in Action, page 202, it
gives this as the markup that FeedbackPanel produces:
<ul class="feedbackPanel">
<li class="feedbackPanelERROR">
<span class="feedbackPanelERROR">Field 'name' is required.</span>
</li>
</ul>
However, in real usage the ul element has no class attribute. Is this
a bug in Wicket 1.3.2 or am I missing something?
Thanks,
Zach
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]