Search:

Type: Posts; User: tikki; Keyword(s):

Search: Search took 0.03 seconds.

  1. Problem solved

    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...
  2. Replies
    7
    Views
    2,089

    viewResolver

    There is no InternalResourceViewResolver for portlets, you have to use the servlet class. Here is my code:



    <bean id="viewResolver"...
  3. gmatthews, what did you mean with "You need...

    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...
Results 1 to 3 of 3