Hi,

I have searched but found nothing about this. How can I fetch an specific error
using <html:errors property="something"> without printing it to the page? Or
somehow check if it exists?

I want this because I want to print the error with some styling in the html. But
I don't want that styling code to be in the html if the message doesn't exist,
and I don't want any styling code in the resource file.

There must be lots of people who have done this before, right?

Example:
<html:password property="password"/>
<struts:if-error-exists property="password">
<div class="error">
<html:errors property="password">
</div>
</struts:if-error-exists>

Regards
/Jimi

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

Reply via email to