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

Re: Struts iterator -

2008-11-29 Thread pesho318i
oh my... it was just a syntax error I had, so it did not read the stats attribute. Thanks again for the solution!!! -- View this message in context: http://www.nabble.com/Struts-iterator---tp20743288p20748525.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Struts iterator -

2008-11-29 Thread pesho318i
Hi, and thanks for the help! Wes Wannemacher wrote: > > However, when I use this code, the id is empty (id=""). I guess the code is correct, but somehow this happens. Also, when I try to introduce some control blocks, like: print something on the screen it doesn't print anything. Mayb

Re: Re: Struts iterator -

2008-11-28 Thread stewart
I will be out of the office, and mostly without email access, until Dec 1. Please contact the One World office, 605-845-7172, with any general needs, and Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or integration issues. If this is an emergency, please feel free to c

Re: Struts iterator -

2008-11-28 Thread Wes Wannemacher
Hello :) > > I would like to generate multiple autocompleter elements using a struts > iterator. However, each autocompleter tag needs to store unique information, > like id (otherwise I would not be able to collect the information from the > different autocompleters when I "submit" the form) >