Difference between errortag and message tag »
By Ramakrishna on Oct 5, 2008 in Struts Interview Questions | 0 Comments
Q) What is the difference between errorstag and message tag? Rep) Errorstag genereates the error for Ex: <%@ taglib uri=”/tags/struts-html” prefix=”html” %> O/P of rs.jsp </html:errors/> When the errors tag is evaluated a list of error message will be generated based on theĀ ActionError objects available in ActionErrors object. while generating the list of errors [...]
