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"> >

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-25 Thread bedetrob
TED]] > Sent: Wednesday, September 25, 2002 4:22 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Need quick help please > > > > Does any know out there how to send the value of hidden or non > hidden input fields

Need quick help please

2002-09-25 Thread Ralph Merrick
Does any know out there how to send the value of hidden or non hidden input fields through the action of a form, You know that usually a form has the following signature: SO lets say you have an hidden input number: in a page called add.jsp and its signature in the form is so, can you