RE: Question about logic:iterator, indexId and hidden fields

2004-04-07 Thread Eric Hodges
n which each element contains a form. Each form has a submit > button to edit that element. > > -Original Message- > From: Richard Yee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 10:19 AM > To: Struts Users Mailing List > Subject: Re: Question about logic:iterat

Re: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Curtis Taylor
n forms that I don't think is correct, but I may be completely wrong. sandeep -Original Message- From: Eric Hodges [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:47 PM To: 'Richard Yee'; Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId

Re: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Adam Hardy
hing. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:58 AM To: Struts Users Mailing List Subject: Re: Question about logic:iterator, indexId and hidden fields Actually you might need a name attribute on that hidden field as well ... which could

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Frank Nguyen
Eric Hodges [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 9:30 AM > To: Struts Users Mailing List > Subject: RE: Question about logic:iterator, indexId and hidden fields > > > Does anyone know of a simple way to send a logic:iterate's > indexId back as a > f

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Takhar, Sandeep
ssage- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 10:19 AM To: Struts Users Mailing List Subject: Re: Question about logic:iterator, indexId and hidden fields This logic isn't going to help the problem. > > > > "/> All it is going to

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Eric Hodges
] Sent: Tuesday, April 06, 2004 10:19 AM To: Struts Users Mailing List Subject: Re: Question about logic:iterator, indexId and hidden fields This logic isn't going to help the problem. > > > > "/> All it is going to do is create a bunch of input parameters with type=&quo

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Eric Hodges
struts web apps do this sort of thing. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:58 AM To: Struts Users Mailing List Subject: Re: Question about logic:iterator, indexId and hidden fields Actually you might need a name attribute on that

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Butash, Bob
Here is a sample: Some HTML Stuff here Hope this helps -Original Message- From: Eric Hodges [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:30 PM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden fields Does anyone know

Re: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Richard Yee
06/2004 06:30 PM Eric Hodges wrote: > > > >> Does anyone know of a simple way to send a > logic:iterate's indexId > >> back as a > >> form bean property on submit? > >> > >> > >> -----Original Message- > >> From: Eric Hod

Re: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Adam Hardy
onClick" function. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 8:02 AM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden fields I think we're having trouble understanding what you'r

Re: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Adam Hardy
c Hodges Sent: Friday, April 02, 2004 7:24 AM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden fields I mean when the page is compiled, the tag is converted to an tag before the <%=index%> tag produces Java code. I think the taglib directive *is*

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Eric Hodges
Does anyone know of a simple way to send a logic:iterate's indexId back as a form bean property on submit? -Original Message- From: Eric Hodges Sent: Friday, April 02, 2004 7:24 AM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden field

RE: Question about logic:iterator, indexId and hidden fields

2004-04-02 Thread Eric Hodges
From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 8:02 AM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden fields I think we're having trouble understanding what you're doing. In particular, you say that "the tag is

RE: Question about logic:iterator, indexId and hidden fields

2004-04-01 Thread Karr, David
age- > From: Eric Hodges [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 6:30 AM > To: [EMAIL PROTECTED] > Subject: RE: Question about logic:iterator, indexId and hidden fields > > > Thanks for the suggestion, but that doesn't work either. The >

RE: Question about logic:iterator, indexId and hidden fields

2004-04-01 Thread Eric Hodges
gs are understood the JSP expression isn't parsed. Any other ideas? Surely this is a common usage pattern. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Question about logic:iterator, indexId and

Re: Question about logic:iterator, indexId and hidden fields

2004-03-31 Thread Martin Cooper
"Eric Hodges" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a form with a list of elements on it. Each element has an "Edit" > button associated with it. When the user clicks the Edit button for a > specific element, I want to send back the value of indexId in a hidden fie