Multiple form fields (again)

2001-08-15 Thread John Yu
I learnt from this mailing list that the nightly-build supports indexed form fields. I'm wondering what the behaviour is if current 1.0 release encounters multiple form fields. -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w:

RE: multiple form fields (I HATE CTRL-S )

2001-06-29 Thread Niall Pemberton
} --- END VectorBean -- > -Original Message- > From: Rama Krishna [mailto:[EMAIL PROTECTED]] > Sent: 29 June 2001 22:02 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: multiple form fields (I HATE CTRL-S ) > > > i do have the same pr

Re: multiple form fields (I HATE CTRL-S )

2001-06-29 Thread Rama Krishna
(I HATE CTRL-S ) > > > > > Hi Paul. Just got in (tied up this am). > > Agree with everything that Niall said. Just wanted to confirm that you > don't > get an error when you actually BUILD Struts? ie you get the error when you > try > and use the tag, and check tha

RE: multiple form fields (I HATE CTRL-S )

2001-06-29 Thread Paul Beer
{ return (SapValidParameter)parameterList.elementAt(index); } JSP: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: RE: multiple form fields (I H

RE: multiple form fields (I HATE CTRL-S )

2001-06-29 Thread dhay
L PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: multiple form fields (I HATE CTRL-S ) Paul, 1) The reason you're getting "null pointer error for the attribute indexed" is because Dave's tags initialise "indexed" to null - you have to set it to "t

Re: multiple form fields (I HATE CTRL-S )

2001-06-29 Thread Rama Krishna
yes niall, it's name of hindu god. but i am just a human ;-) pual, did it help you??? - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 8:31 PM Subject: RE: mu

RE: multiple form fields (I HATE CTRL-S )

2001-06-28 Thread Niall Pemberton
nt he a Hindu God?) put up a reply for you about Vector or Vectors (havent done that flavour myself), so if you can get that working to display your data youre half way there. Niall > -Original Message- > From: Paul Beer [mailto:[EMAIL PROTECTED]] > Sent: 29 June 2001 03:35 > To: S

Re: multiple form fields (I HATE CTRL-S )

2001-06-28 Thread Rama Krishna
Thursday, June 28, 2001 7:34 PM Subject: RE: multiple form fields (I HATE CTRL-S ) > > > OK here's my bad code. There are two problems Im try to resollve here : > > 1) i cant iterate through a vector (how do i give the html tag an enumerator > ???) > 2) even though i

RE: multiple form fields (I HATE CTRL-S )

2001-06-28 Thread Paul Beer
* * @param index The index of the parameter to retrieve */ public SapValidParameter getParameter(int index) { return (SapValidParameter)parameterList.elementAt(index); } -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 200

RE: multiple form fields

2001-06-28 Thread Paul Beer
: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 5:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: multiple form fields Hey thats what this list is for - your headaches as valid as anyone elses, keep sending them until you get a result. Post all the bits o

RE: multiple form fields

2001-06-28 Thread Niall Pemberton
00:56 > To: [EMAIL PROTECTED] > Subject: RE: multiple form fields > > > Im still having problems getting this. I just started using struts so > please bear with me here. But can someone please email me > something similar > to the logic-iterate example that cmoes with the

RE: multiple form fields

2001-06-28 Thread Paul Beer
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: multiple form fields Paul, a concrete example using modified tag: jsp: . . in my form bean

RE: multiple form fields

2001-06-28 Thread Paul Beer
(415)546.9400 [EMAIL PROTECTED] http://www.backsoft.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: multiple form fields Paul, a concrete example usin

RE: multiple form fields

2001-06-28 Thread dhay
); } } Hope that helps, Dave "Paul Beer" <[EMAIL PROTECTED]> on 06/28/2001 02:32:55 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: multiple form fields sorry

RE: multiple form fields

2001-06-28 Thread dhay
Beer" <[EMAIL PROTECTED]> on 06/28/2001 02:30:13 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: multiple form fields the tag library code from husted.com does not compile w/s

RE: multiple form fields

2001-06-28 Thread Paul Beer
sorry i send the email accidently : doesnt : ... ... In your class: String[] qtys = request.getParameterValues("qty"); defeat the purpose of having a form bean which seems like a kind of servlet abstraction of an html form ? i dont really care. I would just like to

RE: multiple form fields

2001-06-28 Thread Paul Beer
(bcc: David Hay/Lex/Lexmark) Subject: multiple form fields could someone please send some sample code of sending multiple text fields of the same name to a form bean ? i looked through the mail archives and see many threads involving this issue and no clear solution . how do i have a form b

Re: multiple form fields

2001-06-28 Thread dhay
David Hay/Lex/Lexmark) Subject: multiple form fields could someone please send some sample code of sending multiple text fields of the same name to a form bean ? i looked through the mail archives and see many threads involving this issue and no clear solution . how do i have a form bean rep

Re: multiple form fields

2001-06-28 Thread Peter Alfors
Your page: ... ... In your class: String[] qtys = request.getParameterValues("qty"); HTH, Pete Paul Beer wrote: > could someone please send some sample code of sending multiple text fields > of the same name to a form bean ? i looked through the mail archives

multiple form fields

2001-06-28 Thread Paul Beer
could someone please send some sample code of sending multiple text fields of the same name to a form bean ? i looked through the mail archives and see many threads involving this issue and no clear solution . how do i have a form bean represent multiple items (a string array in servlet land)