I see something in the Guide page about this way:
<s:property value='%{#parameters.addrType == "billing"}'/>

Alexandre Lima

----- Original Message ----- From: "Wesley Wannemacher" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Tuesday, January 23, 2007 3:44 PM
Subject: RE: [s2] String comparison with OGNL


Nope, same result... Here is the code and output -

---CODE
<p class="sectionSubTitle">
Please verify the details of your <s:property value="#parameters.addrType"/>
address below -
</p>
<s:property value="%{#parameters.addrType == 'billing'}"/>

---RESULT
<p class="sectionSubTitle">
Please verify the details of your billing address below -
</p>
false


I'm not sure how much it matters, but I am working with a snapshot of 2.0.2
that I built a while back. If this is an issue, I can replace any jars to
see if that fixes the problem.

-Wes

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2007 1:36 PM
To: Struts Users Mailing List
Subject: RE: [s2] String comparison with OGNL

From: Wesley Wannemacher [mailto:[EMAIL PROTECTED]
> <s:property value="#parameters.addrType == 'billing'"/>

Does wrapping it with %{} do it?

<s:property value="%{#parameters.addrType == 'billing'}"/>

I still get a little confused when dealing with the different markups.

Dave

---------------------------------------------------------------------
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