From: <[EMAIL PROTECTED]>
> I have extended the RequestProcessor's processPreprocess() method
> in order to perform a simple user authentication mechanism using
> cookies. If a cookie identifying a user is found, but the users member-
> ship has expired, I would like him to be forwarded/redirected
request.getRequestProcessor() --> request.getRequestDispatcher()
On 7/14/05, Jeff Beal <[EMAIL PROTECTED]> wrote:
> Calling just request.getRequestProcessor() effectively exits the
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Calling just request.getRequestProcessor() effectively exits the
Struts environment since the request object doesn't know anything
about struts_config.xml. You need to use the method and fields of the
RequestProcessor instead.
Try this:
ActionForward expireForward = moduleConfig.findForwardConfi
I extended the RequestProcessor to forward between two web applications. The
following code is what I use to forward to an action that the other web
application has. Then the other web application can define an action that can
handle forwarding to whatever jsp it wants.
if (forward.getName().sta
4 matches
Mail list logo