AIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: user@struts.apache.org
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Thu, 17 Nov 2005 14:44:07 -0500
fea jabi wrote:
By changing the form property boolean - Boolean
to
I am able
the Action when
debugged thru the code.
DynaActionForm setupForm = (DynaActionForm) form;
System.out.println("In PrepareSetupAction : setupform is : " +
setupForm);
Any idea of why it's so? Is there anything else I have to do?
Thanks.
From: Laurie Harper <[EMAIL PROTECTED]>
Reply
fea jabi wrote:
By changing the form property boolean - Boolean
to
I am able to get the instance of the dynaactionform.
is it necessary to use Boolean itself?
Well, it's certainly better than java.lang.boolean, which doesn't exist.
One of the fun non-orthagonality aspects of Java. Withou
IL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: user@struts.apache.org
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Wed, 16 Nov 2005 22:49:52 -0500
What you have below looks right to me; the action mapping has 'name' set to
your action fo
t; > Thanks.
> >
> >
> >> From: Laurie Harper <[EMAIL PROTECTED]>
> >> Reply-To: "Struts Users Mailing List"
> >> To: user@struts.apache.org
> >> Subject: Re: No getter method servlet Exception. using DynaActionForm
> >> Date: W
I have to do?
Thanks.
From: Laurie Harper <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: user@struts.apache.org
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Wed, 16 Nov 2005 15:48:33 -0500
At least part of your problem is the way y
t's so? Is there anything else I have to do?
Thanks.
From: Laurie Harper <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: user@struts.apache.org
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Wed, 16 Nov 2005 15:48:33 -0500
At least
key="colon"/>
......
thanks.
From: Dave Newton <[EMAIL PROTECTED]>
Reply-To:
key="colon"/>
..
....
thanks.
From: Dave Newton <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: Struts Users Mailing List
Subject:
fea jabi wrote:
When I debug after
DynaActionForm setupForm = (DynaActionForm) form;
my setupForm is null
Is your struts config as you posted earlier? i.e., the "name" attribute
refers to a Dyna form that doesn't exist in the "form-beans" section?
That won't work.
ModuleConfig moduleConf
wton <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: Struts Users Mailing List
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Wed, 16 Nov 2005 10:48:45 -0500
fea jabi wrote:
DynaActionForm setupForm = (DynaAction
fea jabi wrote:
DynaActionForm setupForm = (DynaActionForm) form;
ModuleConfig moduleConfig =
RequestUtils.getModuleConfig(request,
getServlet().getServletContext());
FormBeanConfig formConfig =
moduleConfig.findFormBeanConfig("CustForm");
DynaActionFormClass d
ug.cgi?id=36794
> >From: [EMAIL PROTECTED]
> >Reply-To: "Struts Users Mailing List"
> >To: "Struts Users Mailing List"
> >CC: user@struts.apache.org
> >Subject: Re: No getter method servlet Exception. using DynaActionForm
> >Date: Wed, 16 N
I have right ones but still getting the same error.
From: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List"
To: "Struts Users Mailing List"
CC: user@struts.apache.org
Subject: Re: No getter method servlet Exception. using DynaActionForm
Date: Wed, 16 Nov 2005
Hi,
I'm not sure, but I think you have several mistakes...
First, You have put "CustForm" in the property name of the form, but
in the property name of the action you have put "SetupForm" and in the
class you have put "CustForm" again
In the jsp you have put "" I t
15 matches
Mail list logo