Actually I am in this for the ........... The way my manager is glaring
at me today. I better be part of it and find something.

Mohan

-----Original Message-----
From: James Mitchell [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 10:36 AM
To: 'Struts Users Mailing List'
Subject: RE: Can <logic:iterate> be used for editable fields?


LOL

--
James Mitchell
Web Developer/Struts Evangelist
http://jakarta.apache.org/struts/

"People demand freedom of speech to make up for the freedom of thought
which they avoid."
    - Soren Aabye Kierkegaard (1813-1855)


> -----Original Message-----
> From: David Graham [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 06, 2003 12:05 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Can <logic:iterate> be used for editable fields?
> 
> 
> Highly likely.  Seems that Apache's accounting department 
> needs some work.
> 
> David *no we're not* Graham
> 
> >
> >I sent off for auto-deposit, but I haven't received a reply
> >yet....hrmmmmm....could this be related to the mail mix-up?
> >
> >
> >--
> >James "we are kidding" Mitchell
> >Web Developer/Struts Evangelist
> >http://jakarta.apache.org/struts/
> >
> >"People demand freedom of speech to make up for the freedom 
> of thought
> >which they avoid."
> >     - Soren Aabye Kierkegaard (1813-1855)
> >
> >
> >
> >
> > > -----Original Message-----
> > > From: David Graham [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, March 05, 2003 11:49 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Can <logic:iterate> be used for editable fields?
> > >
> > >
> > > My checks from Apache must have been lost in the mail.
> > >
> > > David
> > >
> > >
> > > >Ya right, I'm in it for the money ;D
> > > >
> > > >
> > > >--
> > > >James Mitchell
> > > >Web Developer/Struts Evangelist
> > > >http://jakarta.apache.org/struts/
> > > >
> > > >"People demand freedom of speech to make up for the freedom
> > > of thought
> > > >which they avoid."
> > > >     - Soren Aabye Kierkegaard (1813-1855)
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: David Graham [mailto:[EMAIL PROTECTED]
> > > > > Sent: Wednesday, March 05, 2003 11:32 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: Can <logic:iterate> be used for editable fields?
> > > > >
> > > > >
> > > > > You're not disturbing anyone on the list :-).  We're here
> > > > > because we want
> > > > > to, not because we have to.
> > > > >
> > > > > David
> > > > >
> > > > >
> > > > >
> > > > > >From: "Samit Goyal" <[EMAIL PROTECTED]>
> > > > > >Reply-To: "Struts Users Mailing List"
> > > > > <[EMAIL PROTECTED]>
> > > > > >To: "Struts Users Mailing List" 
> <[EMAIL PROTECTED]>
> > > > > >Subject: Re: Can <logic:iterate> be used for editable fields?
> > > > > >Date: Thu, 6 Mar 2003 10:10:11 +0530
> > > > > >
> > > > > >
> > > > > >Thanks a lot David . You solved my big problem.
> > > > > >
> > > > > >I will try this out...hope i wont need to disturb 
> you again :-)
> > > > > >
> > > > > >Thanks again.,
> > > > > >Samit
> > > > > >
> > > > > >
> > > > > >
> > > > > >----- Original Message -----
> > > > > >From: "David Graham" <[EMAIL PROTECTED]>
> > > > > >To: <[EMAIL PROTECTED]>
> > > > > >Sent: Thursday, March 06, 2003 9:48 AM
> > > > > >Subject: Re: Can <logic:iterate> be used for editable fields?
> > > > > >
> > > > > >
> > > > > > > Simply put an <html:text> tag inside your iteration.  All
> > > > > your text
> > > > > >inputs
> > > > > > > will be the same name so you need a String[] variable in
> > > > > your form bean
> > > > > >to
> > > > > > > hold all of the entries.
> > > > > > >
> > > > > > > David
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > >From: "Samit Goyal" <[EMAIL PROTECTED]>
> > > > > > > >Reply-To: "Struts Users Mailing List"
> > > > > <[EMAIL PROTECTED]>
> > > > > > > >To: "strtus list" <[EMAIL PROTECTED]>
> > > > > > > >Subject: Can <logic:iterate> be used for editable fields?
> > > > > > > >Date: Thu, 6 Mar 2003 09:57:25 +0530
> > > > > > > >
> > > > > > > >Hi all,
> > > > > > > >
> > > > > > > >I am forwarding again this mail to you all, Since i
> > > > > didnt get any
> > > > > >reply.
> > > > > > > >May
> > > > > > > >be that my problem was not clear. I am putting this
> > > again in a
> > > > > >different
> > > > > > > >way.
> > > > > > > >
> > > > > > > >I konw how to display the list of un-editable 
> fields by using
> > > > > > > ><logic:iterate> but i want to display list of Editable
> > > > > fields, so that
> > > > > >upon
> > > > > > > >submission of the form, all the user enterd values shall
> > > > > be stored in
> > > > > >some
> > > > > > > >form bean variable!
> > > > > > > >
> > > > > > > >What's the easiest way out. i dont want to create a
> > > > > different variable
> > > > > >in
> > > > > > > >the form bean for each individual text field displayed
> > > > > on the screen.
> > > > > > > >
> > > > > > > >Please excuse me for what may be a stupid question for
> > > > > you! but I am
> > > > > >new
> > > > > >to
> > > > > > > >the struts and desperately looking for the solution.
> > > > > > > >
> > > > > > > >Regards,
> > > > > > > >Samit
> > > > > > > >
> > > > > > > >
> > > > > > > > > Hi all,
> > > > > > > > >
> > > > > > > > > I am having a JSP which contains 12 rows of editable
> > > > > fields. The
> > > > > >each
> > > > > > > >row
> > > > > > > > > contains same type of editable fields.
> > > > > > > > >
> > > > > > > > > Now, how shall i handle it in the Form Bean.
> > > Shall i create 12
> > > > > >different
> > > > > > > > > fields for each row or can I use Array/List for that.
> > > > > > > > >
> > > > > > > > > Will struts set the fields in the Array Object of
> > > form bean
> > > > > > > >automatically??
> > > > > > > > >
> > > > > > > > > Thanks in Advance.
> > > > > > > > > Regards,
> > > > > > > > > samit
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > 
> >---------------------------------------------------------------------
> > > > > > > >To unsubscribe, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > > > >For additional commands, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > > >
> > > > > > >
> > > > > > >
> > > _________________________________________________________________
> > > > > > > Tired of spam? Get advanced junk mail protection 
> with MSN 8.
> > > > > > > http://join.msn.com/?page=features/junkmail
> > > > > > >
> > > > > > >
> > > > > > >
> > > > >
> > > 
> ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > > > > For additional commands, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > 
> >---------------------------------------------------------------------
> > > > > >To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > > >For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > > 
> _________________________________________________________________
> > > > > Add photos to your messages with MSN 8. Get 2 months FREE*.
> > > > > http://join.msn.com/?page=features/featuredemail
> > > > >
> > > > >
> > > > >
> > > 
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > > >
> > > >
> > > >
> > > 
> >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > >For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > >
> > >
> > > _________________________________________________________________
> > > Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> > > http://join.msn.com/?page=features/junkmail
> > >
> > >
> > > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
> http://join.msn.com/?page=features/virus
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to