On 7/19/06, Caroline Jen <[EMAIL PROTECTED]> wrote:
My text field and the link are defined inside a HTML
form
...
When I submit the form, the browser address bar shows
searchFirstName=
a blank is sent.
You should start from here. Why does the browser send an emply
parameter? View HTML page source and verify that you have a <form> and
you have <input type="text" ...> inside of it. Try cutting that HTML
out, create a test HTML page and see how your browser submits the
form. Check generated request. The HTML form may not be properly
generated by JSP tags, but I don't know what exactly went wrong in
your JSP page.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]