On 6/20/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote:
> I probably have found an error. It needs short description.
> Each of ActionForms in my app uses two Action classes. One is
> 'typical' form launched after submitting a form. Its execute method
> forwards to next Action which sets data for n
I probably have found an error. It needs short description.
Each of ActionForms in my app uses two Action classes. One is
'typical' form launched after submitting a form. Its execute method
forwards to next Action which sets data for new form before displaying
it.
[..] --> PreAction1 --> ActionFor
On 6/17/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote:
> SimpleDispatchAction inherits from Action class not from DispatchAction.
> At http://wiki.apache.org/struts/StrutsCatalogDispatchActionImproved you
> can read:
> "You can use a dispatch action without requiring configuration of a
> parameter
SimpleDispatchAction inherits from Action class not from DispatchAction.
At http://wiki.apache.org/struts/StrutsCatalogDispatchActionImproved you
can read:
"You can use a dispatch action without requiring configuration of a
parameter attribute in struts-config.xml."
My problem is that each
The exception message
Request[/login] does not contain handler parameter named
'null'.
Implies that you either haven't defined the dispatch parameter or you
haven't supplied a value for the dispatch parameter. Have you checked
the API for DispatchAction, in particular the parts relating to the
"
5 matches
Mail list logo