Hello, This seems like a n00bie problem, but I can't seem to figure it out. I have a parameter that I want to read, when I have the following: <s:property value="#parameters.addrType"/> The output is `billing`
However, I want to test it to see if it is indeed `billing` later in the
code... I've tried at least the following:
<s:property value="#parameters.addrType.equals('billing')"/>
<s:property value="#parameters.addrType eq 'billing'"/>
<s:property value="#parameters.addrType == 'billing'"/>
But, no matter what I do, this evaluates to `false`... I'm sure I'm screwing
up something completely basic, but I can't seem to figure it out.
TIA
-Wes
--
Wes Wannemacher
Director of Operations
Double A Trailer Sales, Inc.
[EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature

