You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by アントニー ステイス <s4...@yahoo.com> on 2002/03/22 09:56:23 UTC

Problem with logic:equal and logic:notEqual tags both evaluating to true

Hi

I have the following code

<logic:iterate id="schTag" name="scheduleBean" property="currentMonth"  >
    <logic:equal name="schTag" property="status" value="true"/>
        <H1>I am logic:equal</H1>
    </logic:equal>
    <logic:notEqual name="schTag" property="status" value="true"/>
        <H1>I am logic:notEqual</H1>
    </logic:notEqual>
</logic:iterate>

For some reason it is printing out both

"I am logic:notEqual"

and

"I am logic:equal"

Am I missing the point about the "logic:equal" and "logic:notEqual" tags, or
is there a reason this might be happening?




Cheers

Tony





_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>