I do test in my RequestProcessor class and if an error occurs I add
an error
and do:
return new ActionForward(_mapping.getInput());
this implies to define an input for each ActionMapping, isn't it ?
<action path="/login" name="loginForm" validate="true"
type="myAppli.LoginAction" input="site.login.page" scope="request">
</action>
but for a lot of pages we have several ways to access to the page,
through the main menu or through
a sub-menu on a child window so there is not only one input, isn't
it ?
it is dangerous to use (_mapping.getInput()) in the
RequestProcessor-processActionPerform because
what does it occur if an ActionMapping has no input ?
which other alternative one has ?
.
-----------------------------------------------------------
As of February 12, 2003 Thomson unifies its email addresses on a worldwide
basis.Please note my new email address: [EMAIL PROTECTED]
Thomson is the leader in solutions and technologies for the entertainment
and media industries and serves its customers under its four strategic
brands: Technicolor, Grass Valley, RCA and THOMSON.
More about Thomson: http://www.thomson.net/videochain
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]