posted 17 years ago
Hi,
Can someone please help me? What might the equivalent of the following Struts1 code be in Struts2? Is there maybe a way to access the actionErrors using the [s:if] tag?
[logic:messagesPresent]
//some custom HTML code
[ul][html:messages id="error"]
[li][bean:write name="error" filter="false"/][/li]
[/html:messages][/ul]
//some more custom HTML code
[/logic:messagesPresent]
I would appreciate any help that anyone could give.