Hi,

I've been looking for a check (in a JSP) if a certain field has an error
assigned.

I know (so far) that I can display the error message by using:

<s:fielderror>
    <s:param value="%{'<fieldName>'}" />
</s:fielderror>

That's not what I'm looking for. I want to display a block if the field has
an error like:

<s:if test="...<CheckIamLookingFor>...">
     display this...
     display that...
</s:if>

Is there a way?

thx,
Stefan
-- 
View this message in context: 
http://www.nabble.com/Checking-Field-Error-tp16122105p16122105.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to