Hi,
i have the following problem:
i have many controllers (lectureController, userController,...) with some methods - so i must use PortletModeParameterHandlerMapping and PortletModeHandlerMapping
applicationContext.xml:
when the portlet is deployed it shows the viewController's "index" action:
this works, but when i try to access now a method in another controller (for example the @RequestMapping in my lectureControllers which lists just all lectures from the database), i get:
this is the
jsp which calls the method in lectureController:
and my lectureController:
can someone please help me, i must get this working until friday... thanks