Java JSP/Servlet: controller servlet throwing the famous stack overflow

后端 未结 2 1065
灰色年华
灰色年华 2020-12-18 10:33

I\'ve read several docs and I don\'t get it: I know I\'m doing something wrong but I don\'t understand what. I\'ve got a website that is entirely dynamically generated: the

2条回答
  •  [愿得一人]
    2020-12-18 10:44

    Try using struts in which front controller pattern is inbuilt. There you will have a action class and you can define forwards in struts-config file using which you can easily manage the forwards.

    Go through the tutorial http://www.roseindia.net/struts/struts2/index.shtml. Hope this helps you.

提交回复
热议问题