MVC « Parameter « JSP-Servlet Q&A





1. Load JSP:Include Based on Session Parameters (Using an MVC/Model 2 Approach)    stackoverflow.com

I am doing some server side form validation and in the case that one or more of the fields is incorrectly filled out, an array gets populated with all of the ...

2. Submitting parameter in MVC is not working in MVC    coderanch.com

I have a strange problem in WebSphere Application Server 3.5.5: I pass a parameter in a page that submits to a handler in a form that uses method="post", and I put an alert before submitting in java script, and I'm sure from the output that I'm sending a parameter named "Page". This works fine in my machine with Visual age 3.5.2 ...