RE: Need quick help please

2002-09-25 Thread bedetrob
I used something like this and it works; here is an example where I used it: But I have not used -Original Message- > From: Ralph Merrick [mailto:[EMAIL PROTECTED]

Re: Need quick help please

2002-09-25 Thread Kwok Peng Tuck
If you put a input within a form, You can acquire the input value through its name. using request.getParameter("number") ; You can have many inputs within a form. Anything outside won't be sent. Ralph Merrick wrote: >Does any know out there how to send the value of hidden or non hidden in

RE: Need quick help please

2002-09-26 Thread Collins, Jim
ED]] > Sent: 25 September 2002 23:24 > To: Tomcat Users List > Subject: RE: Need quick help please > > > I used something like this and it works; here is an example > where I used > it: >action="detailairkitbeans.jsp"> >