In my referenceData method I forgot to use the parameter "int page"!
Here ist the correct code, now it works :)
protected Map referenceData(PortletRequest request, int page)throws...
Type: Posts; User: tikki; Keyword(s):
In my referenceData method I forgot to use the parameter "int page"!
Here ist the correct code, now it works :)
protected Map referenceData(PortletRequest request, int page)throws...
There is no InternalResourceViewResolver for portlets, you have to use the servlet class. Here is my code:
<bean id="viewResolver"...
gmatthews,
what did you mean with
"You need to match the signature of any of the protected/public referenceData methods, of which there are none that just take a request object."???
I've got...