|
I know this is easy stuff for most of you guys but
how do I send a value (with white-space in between) from a .jsp/.html file to a
servlet? I have a textbox with the value 'Hello World' in the .jsp file. Before
I submit the form,the value was assigned to a String variable.
Upon submission to the servlet, the servlet only can recognise 'Hello' from
the String variable.
Thanks.
|
