1. How to test a jsp param parameter with a string at Struts? stackoverflow.com${param.type} is the variable that I send it from one jsp to included jsp. I tried that
or
Non of them works. ... |
3. passing a string with spaces as a parameter coderanch.com |
5. to Ignore parameter separator when passed as string coderanch.comHi, I have a search text box in one application. On click of submit button, the search string entered by user is appended to the target app URL and form is submitted. The "+" is the parameter separator between the URL and the search string . When I use the "+" as part of the search string itself, then the "+" ... |
6. how does servlet interpret parameter string ? coderanch.comcouple of questions : 1) if I have a Form including a field called name. User enters "Silly & Big Jim", what will the URL be like ? I saw the URL includes some special char like %xxx stuff that replaces the white space and special character. Question is how does the url "automatically" convert them ? Does the programmer need ... |