I have a table. Have editors in it. and when the user doesn't enter I am displaying the editors with different border color. hence would like to display only one message of below above the table.

In message resources I have defined a key
lbl.errormsg=Enter all required fields.

validation.xml
           <field property="typeSelected" depends="required">
               <msg name="required" key="lbl.errormsg"/>
           </field>
           <field property="rate" depends="double,required">
               <msg name="required" key="lbl.errormsg"/>
               <msg name="double" key="lbl.errormsg"/>
           </field>


In jsp, I gave
<html:errors/>

Which is displaying all the errors. But would like to display only one defined earlier.
How to display only one message?

Thanks.

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to