Ah, thanks. Solved my problems :)

/Jimi

Quoting Dave Newton <[EMAIL PROTECTED]>:

http://struts.apache.org/1.2.9/userGuide/struts-logic.html#messagesPresent

--- [EMAIL PROTECTED] wrote:

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]





____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/

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





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

Reply via email to