I am using struts2 in my application and trying to diplay error message using “s:actionerror/”. It diaplays fine but a dot(.) also appears with the error message which looks ugly and is displayed like list.
Is there any way to cuatomize the error message in struts2.
Thanks in advance.
Brian Yarger’s answer is the most complete solution. The easiest solution on the other hand is to just use CSS and modify the li element.
JSP:
CSS: