It appears as if my TilesRequestProcessor is not issuing a redirection
during processForwardConfig().  Instead, a server-side absolute forward is
being used, and the original URL remains in the user's browser.

Am I doing something incorrectly?

Here is the Global Forward:

 <global-forwards>
  <forward name="Login" path="tile.login" redirect="true" />
 </global-forwards>

Here is the invocation:

   ForwardConfig lForwardConfig =
this.moduleConfig.findForwardConfig("Login");
   mLogger.info("ForwardConfig for Login is redirect " +
lForwardConfig.getRedirect()) ;
   this.processForwardConfig(pRequest, pResponse, lForwardConfig);

The getRedirect() returns true.

Does tiles not support the redirect attribute?

Lukas




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to