hi,
i'm developing a portlet for liferay and didnt find any "good" example (where everything is clearly described) so i think my problem is a very basic one.
i have a portlet with a controller that checks the requestmapping and returns a
string like 'view'
this worked with
really good, so it called my view.jsp
but now i want to use tiles2 so i changed the above to:
this is my tiles-def:
and my views.properties:
when i try to start my portlet i get:
for me this looks like i need another dispatcher, not the org.springframework.web.portlet.DispatcherPortlet
can someone please help me?