On 10/19/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
> Michael Jouravlev on 19/10/05 00:44, wrote:
> > On 10/18/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
> >>Secondly, getKeyMethodMap() looks really clunky - is there no way this
> >>can be pushed into the struts-config.xml?
> >
> >
> > It can be done
Michael Jouravlev on 19/10/05 00:44, wrote:
On 10/18/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
Secondly, getKeyMethodMap() looks really clunky - is there no way this
can be pushed into the struts-config.xml?
It can be done, but if this to be defined inside existing structures
like , then I wo
Hey everyone.
Thanks for the input on my problems with my LookupDispatchAction.
I was able to get the wizard steps working using the example on page 201 of the
book:
Jakarta Struts Cookbook.
Now I am off to do the business logic. Again, thanks for all the help.
--Brad
-Original Message
On 10/18/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
> Michael,
>
> I like your code alot but a couple of things prevent me from purloining
> it for my own purposes:
>
> firstly, I like to allocate my base class to sort out user, locale,
> msgKeys, and messages objects for use in the subclass. It do
Michael,
I like your code alot but a couple of things prevent me from purloining
it for my own purposes:
firstly, I like to allocate my base class to sort out user, locale,
msgKeys, and messages objects for use in the subclass. It doesn't seem
to be possible to sandwich a subclass in-betwee
t;);
> }
> Very insightful..
> Martin-
>
> - Original Message -
> From: "Michael Jouravlev" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
> Sent: Tuesday, October 18, 2005 12:09 PM
> Subject: Re: I am getting frus
ServletException {
System.out.println("--> add");
return mapping.findForward("addpage");
}
Very insightful..
Martin-
- Original Message -
From: "Michael Jouravlev" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent:
On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi. I am using struts 1.2.7. My struts-config-xml file has the following:
>
> name="wizardForm"
> scope="session"
> type="edu.nmsu.psl.userwizard.AddPSLUserWizardAction"
> input="/step1
Those are two different things. 'parameter' is a standard attribute of
the 'action' element, which many of the standard action classes expect
(and can access via getParameter()). The 'set-property' element is a
means of passing arbitrary additional parameters to an action. The two
aren't interc
Have you extended LookUpDipatchAction your "ddPSLUserWizardAction" ??
Notice: The information contained in this e-mail message and/or attachments to
it may contain confidential or privileged information. If you are not the
intended recipient, any dissemination, use, review, distribution, prin
Did you implement the getKeyMethodMap() method in the subclass of
LookupDispatchAction.
Sunil
<[EMAIL PROTECTED]>
10/18/2005 03:48 AM
Please respond to
"Struts Users Mailing List"
To
cc
Subject
I am getting frustrated with LookupDispatchAction
Hi. I am using struts 1.2.7. My strut
From: <[EMAIL PROTECTED]>
my jsp has the following:
key="button.next"/>
But I get the following error in tomcat:
javax.servlet.ServletException: Request[/mywizard1] does not contain
handler parameter named 'method'.
Can someone save me from insanity?
No, but you can save yourself. :) First
I have not seen parameter as an attribute of
Anyone else???
M-
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Monday, October 17, 2005 6:18 PM
Subject: I am getting frustrated with LookupDispatchAction
Hi. I am using struts 1.2.7. My struts-config-xml file has the followin
I guess you don't have a property for "button.next" defined in your
MessageResources. Please make sure you have defined that property in the
resources.
On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi. I am using struts 1.2.7. My struts-config-xml file has the following:
>
> name=
> Can someone save me from insanity?
Questionable...
> But I get the following error in tomcat:
> javax.servlet.ServletException: Request[/mywizard1]
> does not contain handler parameter named 'method'.
Do you have a method named 'method'? It should look
like the typical Struts execute method.
15 matches
Mail list logo