RE: indexed="true" is only valid within an enclosing iterate tag

2004-05-07 Thread Karr, David
> Sent: Friday, May 07, 2004 6:59 AM > To: Struts Users Mailing List > Subject: Re: indexed="true" is only valid within an enclosing > iterate tag > > > Sorry if this is confusing, I'll explain what I am trying to > do. I want > to give the use a form wit

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-07 Thread Niall Pemberton
ED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 2:58 PM Subject: Re: indexed="true" is only valid within an enclosing iterate tag > Sorry if this is confusing, I'll explain what I am trying to do. I want > to give the use

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-07 Thread Paul Barry
java.util.HashMap(); map.put("code","ABC"); interests.add(map); request.setAttribute("interests",interests); %> Interest: ... and it produced: Interest: Niall - Original Message - From: "Paul Barry

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-06 Thread Niall Pemberton
request.setAttribute("interests",interests); %> Interest: ... and it produced: Interest: Niall - Original Message - From: "Paul Barry" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent:

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-06 Thread Paul Barry
de","ABC"); interests.add(map); request.setAttribute("interests",interests); %> The JSP scriplet fakes what normally happens in a action before getting to the JSP. Here is the e

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-06 Thread Niall Pemberton
06, 2004 1:42 PM Subject: Re: indexed="true" is only valid within an enclosing iterate tag > I am using Struts 1.1, I just copied jstl.jar, struts.jar and > struts-el.jar into my project lib directory to be sure. Still getting > the exception: > > javax.servlet.jsp.JspExcepti

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Niall Pemberton
gt; is the html page generated OK? > > > > Niall > > > > - Original Message ----- > > From: "Paul Barry" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, May 05, 2004 9:49 PM > > Subject: indexed="true&

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Paul Barry
ribute) is the html page generated OK? Niall - Original Message - From: "Paul Barry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 9:49 PM Subject: indexed="true" is only valid within an enclosing iterate tag I am trying to use indexed

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Paul Barry
OK? Niall - Original Message - From: "Paul Barry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 9:49 PM Subject: indexed="true" is only valid within an enclosing iterate tag I am trying to use indexed properties in a form, as descri

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Paul Barry
/article.php/2233591 The example shows you can use c:forEach with , like this: But when I try to do that, I get this error: indexed="true" is only valid within an enclosing iterate tag Is my code wrong or is the example wrong?

Re: indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Niall Pemberton
> Sent: Wednesday, May 05, 2004 9:49 PM Subject: indexed="true" is only valid within an enclosing iterate tag > I am trying to use indexed properties in a form, as described in James > Turner's Article "Succeeding With Struts: Indexed Properties and Beans > as Prope

indexed="true" is only valid within an enclosing iterate tag

2004-05-05 Thread Paul Barry
But when I try to do that, I get this error: indexed="true" is only valid within an enclosing iterate tag Is my code wrong or is the example wrong? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional