Hi,
I fond the answer to my problem. Maybe it helps anyone here...

if "service" is the var from a s:iterator doing

%{serviceNames.contains(service)}

will not work but

%{serviceNames.contains(#attr.service)}

will work.

I don't know how. Must be related of how objects are set into OGNL
valueStack
-- 
View this message in context: 
http://www.nabble.com/OGNL-problem-in-s%3Acheckbox-tp22404619p22411372.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to