<br><br>
I don't know how to implement it, cosider me a new bee here.
<br><br>
Lets take the scenario like I have a client side validation enabled for a
particlar field and it is done in java script so if some validation rule
fails it will pop an alert message, we have some business errors which are
shown on page itself with bold text or something.
<br><br>
we would like to have an uniform mechanism to get these alert messages to be
shown on the page itself.
this article is good but I m not sure if it is possible to validate on the
client side thru java script and pass the error message in Action error to
display on the JSP page thru HTML error tag.

I have one more approach if I disable this validation on the client side and
let the server validate it.howver i have no experience how to validate on
the server side and get the error message in the object?
<br><br>

Regards,
<br><br>
Sarry

Dave Newton-3 wrote:
> 
> User list.
> 
>> I would like to know if there is any way to change the presentation of
>> struts validators framework errors.
> 
> http://struts.apache.org/1.2.x/userGuide/struts-html.html#errors
> 
> Dave
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/change-the-presentation-of-struts-validator-framework-errors-on-jsp-page--tf2563096.html#a7145082
Sent from the Struts - Dev mailing list archive at Nabble.com.


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

Reply via email to