dendenners
Programmer
Hey guys,
I have a problem with a jsp page (using weblogic). On this page I have a few text fields. I also have a submit button which uses javascript to set a command which is sent back to the servlet for processing every time the button is pressed. However, when someone presses return while focussed on one of the text fields on the page, the form is submitted to the servlet with a blank command! This is not the case on most of my jsps, just a couple, but I can't for the life of me see the difference between those that work and those that do not. Has anyone encountered this problem before and are there any solutions? Thank you
I have a problem with a jsp page (using weblogic). On this page I have a few text fields. I also have a submit button which uses javascript to set a command which is sent back to the servlet for processing every time the button is pressed. However, when someone presses return while focussed on one of the text fields on the page, the form is submitted to the servlet with a blank command! This is not the case on most of my jsps, just a couple, but I can't for the life of me see the difference between those that work and those that do not. Has anyone encountered this problem before and are there any solutions? Thank you