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
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.