Search:

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

Search: Search took 0.04 seconds.

  1. AnnotationMethodHandlerAdapter is loosing track of my Controllers

    How does AnnotationMethodHandlerAdapter keep track of methods which are in two separate controllers?

    I have two controllers: controller A (defaultHandler) and controller B. An action in...
  2. How does Faes Servlet know to contact DispatcherPortlet

    I would like to understand how a request reaches DispatcherPortlet.

    It appears that the Portal's Faces Servlet receives incoming request and somehow that request reaches DispatcherPortlet. How...
  3. ActionResponse.sendRedirect() terminates my portlet session

    I'm using DispatcherPortlet in Spring portlet mvc 3.1. My portlet's action method contains the code snippet below:



    ...
    portletSession.setAttribute("var1", new...
Results 1 to 3 of 3