| Author |
how to access actionErrors in Struts2?
|
Peter Lo
Greenhorn
Joined: Jun 22, 2007
Posts: 4
|
|
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.
|
 |
swarna dasa
Ranch Hand
Joined: Mar 15, 2007
Posts: 108
|
|
i think they have action errors n field errors <s:actionerrors/> <s:fielderrors/>
|
 |
 |
|
|
subject: how to access actionErrors in Struts2?
|
|
|