Question about downloading files from a Struts servlet

2004-08-27 Thread Eric Hodges
, and I've tried many different ways to solve it. If anyone has experience with this, please let me know what you did. Thanks, Eric Hodges - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-04-07 Thread Eric Hodges
t Takhar, Sandeep wrote: > something about having forms in 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: 'Rich

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

2004-04-06 Thread Eric Hodges
> corrections! For JSP2 & JSTL > > > > > > "/> > > > > > > > > On 04/06/2004 06:30 PM Eric Hodges wrote: > > > >> Does anyone know of a simple way to send a > logic:iterate's indexId > >> back as

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

2004-04-06 Thread Eric Hodges
hidden field as well ... which could get complicated. It depends on where you form is. Inside or outside the logic:iterate? On 04/06/2004 06:43 PM Adam Hardy wrote: > This is pseudo-code, so before use it'll need corrections! For JSP2 & JSTL > > > "/> > > >

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
quot;? If you're really seeing "" in the HTML output, then this would indicate that your taglib directive is incorrect or not present. > -Original Message- > From: Eric Hodges [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 6:30 AM > To: [EMAIL PRO

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

Question about logic:iterator, indexId and hidden fields

2004-03-31 Thread Eric Hodges
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 field on the form. I can't figure out a clean way to do this. The documentation sa