View Single Post
  #2 (permalink)  
Old 04-09-2008, 03:42 PM
javarishi javarishi is offline
Member
 
Join Date: Apr 2008
Posts: 91
javarishi is on a distinguished road
I dont understand why jsp want to be a controller. See JSP Is Meant For

Only presenting the data. Your Logic Or Controller Part should be

handled by Servlet. Did you get it?
Reply With Quote