Where I should find DynaActionform, maybe packed in struts.jar ? It is
not there ; where  should I find it?
cheers

----- Original Message -----
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, June 01, 2003 8:17 PM
Subject: Re: DynaActionForm


I may find the Dyna form stuff wasn't part of struts 1.0

I'm not sure what version of 0.9 you must have been running to have all
the dyna stuff running..

If you want to have your form bean generated without writing classes
then i thing you'll have to move to a 1.1 distribution of struts.

You could use a form bean class and have it map backed (see struts user
guide docs for "map backed forms" or something).

cheers mark

On Sunday, Jun 1, 2003, at 16:55 Europe/London, Giovanni Di Lembo wrote:

> I'm using DynaActionForm. I've imported
> org.apache.struts.action.DynaActionForm in my Action and I'm usin
> Map map = ((DynaActionForm)form).getMap()  to retrieve the
values...but
> on compile time javac does not find
> org.apache.struts.action.DynaActionForm.
> I'm using struts 1.02.I've used it with struts 0.9 and it works
> fine.What's the problem§?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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


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

Reply via email to