Dear All, I want to know how to compare String using OGNL in jsp page for struts 2:
I have following codes:
<s:property value="%{(invProducts.type == 'T')?'Type A':' Type B '}"/>,
But always nothing return, and I try many different ways but the operator ==
looks like can't support String type.
I believe there should have a simple way to do it or I make some stupid
mistakes but I can't find it out by myself
Thanks very much,
Regards,
Zheng Shuai

