Hi all,
I have list box on page and the value and lable are
....
 <option value=DATABASE LINK>DATABASE LINK</option>
 <option value=FUNCTION>FUNCTION</option>
 <option value=INDEX>INDEX</option>
 <option value=PACKAGE>PACKAGE</option>
 <option value=PACKAGE BODY>PACKAGE BODY</option>
....

When I try to get the value of "DATABASE LINK"  from this form using
request.getParameter(), it's not all the value but only part of it
"DATABASE"
and so for the "PACKAGE BODY" it gives value "PACKAGE".

but for the rest are fine.


Thanks
Agus

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to