Integer « String « JSP-Servlet Q&A





1. Integer vs. String    coderanch.com

I'm really confused as to what you are trying to accomplish. Firstly, you are mixing JSTL, EL and scriptlets? Why the scriplets? Secondly, you are trying to obtain request params in the same page as defines the form. In this case, the form hasn't even been displayed yet, so how can it have been submitted in order to generate the request ...

2. found String rquired int    coderanch.com