Antonio Petrelli ha scritto:
Can you post the code of your action? At least the part when you return the forward in the "execute" method? I have a suspect.

Now I use my own LocaleAction (extends Action !) with the following returns :

   if (page != null && page.length() > 0)
    return new ActionForward(page);
   else return mapping.findForward("success");

and this works and no exception occurs, if the pageAttribute not exist.

The next is, how can I get the actual tilesDefintion in the locale.jsp (perhaps 
by jstl and EL)
or in the LocaleAction.java ?

This is important, because the tile locale.jsp do the languageSwitch and is 
part of every page.
So, after the languageSwitch I have to forward to the actual tilesDefinition 
(to stay in the page).

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

Reply via email to