To give more elaboration:
say: /abc/* is configured for spring controllers in web.xml and below that we
have configured /* for magnolia filter chain.
when i try to access a particular magnolia component directly from browser
using below URL, it works ::
localhost:8080/<application-context>/<magnolia-website>/<page>/<template>/<component>?<url_parameters>
now from one of the spring controllers, when i call::
RequestDispatcher rd =
request.getRequestDispatcher("/<magnolia-website>/<page>/<template>/<component>?<url_parameters>");
rd.include(request, response);
i get a 404, hope this would help to make an understanding of the situation..
i am not able to reach a magnolia node using requestDispatcher.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=1632f43f-f87b-4c13-b746-ab71bc83acfa
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------