Vishwanath Krishnamurthi wrote:Hi,
Sonx Nkuks wrote:Hi, i have the following form
Here, you have given the submit-button the same name you've given for your select box. You don't need a name for a submit button. Even if you provide, it'd be better to use a unique name.
HTH,
Vishwa
I removed the name attribute and gave it the value attribute... Another question on HTML, i need to do two things
1. Pass a list of objects from doGet() to doPost() .. should i just put it on HttpSession?
2. Keep track of the EJBRemote reference so that i don't have to look it up on the JNDI context everytime i need it. I tried putting it on the HttpSession but it becomes null
Thanks