I see something in the Guide page about this way:
<s:property value='%{#parameters.addrType == "billing"}'/>
Alexandre Lima
----- Original Message -----
From: "Wesley Wannemacher" <WesW@(protected)>
To: "Struts Users Mailing List" <user@(protected)>
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:DNewton@(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:WesW@(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: user-unsubscribe@(protected)
>> For additional commands, e-mail: user-help@(protected)
>>
>>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)