On 8/10/06, Krishna, Hari <[EMAIL PROTECTED] > wrote:
Hi I have a registration page where i have a list of text boxes (all are mandatory).Is it possible to show one single error message for all the fields while highlighting all of them in RED color?
For highlighting the the textboxes with red bordor or whatever you could use something called errorStyle, which is available for struts version 1.2.5 and above. http://struts.apache.org/1.2.9/userGuide/struts-html.html#text Could you please clarify on what you mean by one error message, as in do you want it one line saying field1 field2 field3.. missing or do you just want fields missing or do you want field1 missing. -- Puneet