I am seeing the most unexplainable results imaginable. I have the following line of OGNL:
'<s:property value="%{#parameters.display}"/>' == 'dependent': <s:property value="%{#parameters.display == 'dependent'}"/> Which is outputting: 'dependent' == 'dependent': false How is that even possible? I am writing out the value of the display request parameter and it's value is the string 'dependent'. When I use the very same struts tag to evaluate the expression, it returns false? What am I missing here? (*Chris*) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]