Struts 2 Non-form Tags (UItags)
Apache Struts is an open-source framework used to develop Java web applications. In this section, struts 2 non-form tags (UItags) will be discussed. Just download the zip file ?struts2nonformuitags.zip? from any link given below of each page of this article, unzip it and copy this application to the webapps directory of Tomcat.
- Action
Error and Action Message Tags Example
The actionerror tag is a UI tag that renders action errors (in the jsp pages.) if they exist while the actionmessage tag renders action messages if they exist.
Now, read more information at: