Hi,
I have done some examples on the validation framework it clicked fine but in the real time application how can we implement this concept
I have included the validation plug in the struts-configuration.xml and defined the validation.XML file there are many fields in my form when i click the button it is giving some db error
My form extends the validation form
I have displayed the messages the
jsp using the HTML:messages tag and given the validate="true" in the action Mappings.
can anyone give me the solution..ASAP