Re: Struts 2, session, s:iterator s:if not working, please help (this is revised)

2013-11-19 Thread Antonios Gkogkakis
Hi John, You have to use var instead of id in the s:iterator tag. Antonios On 19 November 2013 07:06, Lukasz Lenart lukaszlen...@apache.org wrote: Have you tried to use s:debug/ tag? 2013/11/19 john lee sh_thorn_b...@yahoo.com: from the following output, we can tell

Struts 2, session, s:iterator s:if not working, please help (this is revised)

2013-11-18 Thread john lee
from the following output,    we can tell sell_price=36.97, display_price=1 why    none of test statement works ? please advise, thanks in advance john   Class Part { float sell_price;     int display_price;     ./*..get set here */

Re: Struts 2, session, s:iterator s:if not working, please help (this is revised)

2013-11-18 Thread Lukasz Lenart
Have you tried to use s:debug/ tag? 2013/11/19 john lee sh_thorn_b...@yahoo.com: from the following output, we can tell sell_price=36.97, display_price=1 why none of test statement works ? please advise, thanks in advance john Class Part { float