Re: Struts Iterator tag and OGNL

2009-03-15 Thread Windy Hung
Hi Wes,  The solution you provided works.  Thanks  Windy Hung From: Wes Wannemacher To: Struts Users Mailing List Sent: Sunday, March 15, 2009 8:11:34 AM Subject: Re: Struts Iterator tag and OGNL On Sunday 15 March 2009 10:35:48 Windy Hung wrote: > He

Re: Struts Iterator tag and OGNL

2009-03-15 Thread Wes Wannemacher
On Sunday 15 March 2009 10:35:48 Windy Hung wrote: > Hello, > I want to check a property value with a class constant inside iterator tag. > For example, I have a list data type object "products" and I use > to loop through it., Inside the looping, I > want to use product from products list equals

Struts Iterator tag and OGNL

2009-03-15 Thread Windy Hung
Hello, I want to check a property value with a class constant inside iterator tag. For example, I have a list data type object "products" and I use to loop through it., Inside the looping, I want to use