Servlet forward request
in 5.6 know how can forward request within servlet contains query string parameters.
this not work:
requestdispatcher rd = request.getrequestdispatcher("/content/geometrixx/en?message=test");
rd.forward(request, response);
see discussion here: http://sling.markmail.org/thread/6b3e3sxe2c6plkcj
More discussions in Archived Spaces
adobe
Comments
Post a Comment