Re: How to run an iterator twice in a page

2008-11-03 Thread Dale Newfield
Struts Two wrote: Please ignore this topic as the problem was due a typo in my jsp. That wasn't your only error. Remember, having more than one item on a single (x)html page with the same id is illegal and may result in unexpected behaviors. -Dale -

Re: How to run an iterator twice in a page

2008-10-31 Thread Struts Two
Friday, October 31, 2008 5:43:55 PM Subject: Re: How to run an iterator twice in a page I was hoping to find a better way to do this for a case as simple as the this one rather than resorting to hacks. Normally in JSTL when c:foreach is used a new iterator is created. I also tried the following

Re: How to run an iterator twice in a page

2008-10-31 Thread Struts Two
[ ] and then try in both iterators, But only the first table is displayed. - Original Message From: "Peterson, Ryan" <[EMAIL PROTECTED]> To: Struts Users Mailing List user@struts.apache.org Sent: Friday, October 31, 2008 5:10:39 PM Subject: RE: How to run an iterator

RE: How to run an iterator twice in a page

2008-10-31 Thread Peterson, Ryan
ng List Subject: How to run an iterator twice in a page I have a list of users and I would like to iterate over this list twice in a page. However in the following code snippet, The list is iterated only once and the second iterator displays nothing. Table 1        user id  

How to run an iterator twice in a page

2008-10-31 Thread Struts Two
I have a list of users and I would like to iterate over this list twice in a page. However in the following code snippet, The list is iterated only once and the second iterator displays nothing. Table 1        user id    user name                               Tab