You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Giovanni Di Lembo <gd...@libero.it> on 2003/06/01 17:55:59 UTC

DynaActionForm

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Vic Cekvenich <vc...@baseBeans.com>.
Is a/has a; done all the time  ;-) , ex::

public class Montana extends AbstractSelfEmployed { // is a
protected AbstractWeekend aWeekend; // has a
public Montana () { // cons
aWeekend = new WeekendImpl(); // maybe you had me there;  it reqires an 
impl. extending abstrack
}
public someWeekendMethod() { // mutiple inheritence reThrow
aWeekend.someWeekendMethod()
}

I am sick with this.
.V



Johan wrote:

> In java you can't extend AbstractWeekend and AbstractSelfEmployed at 
> the same time. Not in Montana or anywhere else :-)
>
> Johan
>
> Brandon Goodin wrote:
>
>> weekend? I'm not familiar with that term since I became self-employed.
>> Things have gotten real thin here (Montana). I work 7 days a week. My 
>> work
>> centers around small clients who aren't willing to pay more than 
>> $2000 for a
>> website. Yet, they want Amazon.com. I've been looking for employment. 
>> But, I
>> have not been successful. AAAAAAAAAH! The joys of being a self-employed
>> Husband/Dad in a place where technology opportunities are thin.
>>
>> Brandon Goodin
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 4:19 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> its really none of my business..
>>
>> but have you been working all through the weekend?
>>
>>
>> On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:
>>
>>
>>> :-)) I was hoping you would catch the humor :-D
>>>
>>> Brandon Goodin
>>>
>>>
>>> -----Original Message-----
>>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>> Sent: Sunday, June 01, 2003 3:26 PM
>>> To: Struts Users Mailing List
>>> Subject: Re: DynaActionForm
>>>
>>>
>>> Note to self.. "I must give clearer answers" .. and not mess up my
>>> pronouns.. :o)
>>>
>>>
>>> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>>>
>>>
>>>> Let me help mark...
>>>>
>>>> 1) You must have Struts 1.1 to use DynaActionForm.
>>>>
>>>> 2a) Go to the following link:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/
>>>>
>>>> or
>>>>
>>>> 2b)Click  one of the following:
>>>>
>>>> Windows:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>>>> rc1.zi
>>>> p
>>>>
>>>> *nix:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>>>> rc1.ta
>>>> r.gz
>>>>
>>>> 3)Unzip or Untar the binary distribution.
>>>>
>>>> 4)locate the /lib directory
>>>>
>>>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>>>> with
>>>> the lib/struts.jar.
>>>>
>>>> 6) Then you should have the functionality (DynaActionForm) you need
>>>> :-D
>>>>
>>>> Brandon Goodin
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>>> Sent: Sunday, June 01, 2003 1:12 PM
>>>> To: Struts Users Mailing List
>>>> Subject: Re: DynaActionForm
>>>>
>>>>
>>>> in 1.1
>>>>
>>>>
>>>>
>>>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>>>> wrote:
>>>>
>>>>
>>>>> 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" <ma...@talk21.com>
>>>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>
>

-- 
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA

Advanced <a href ="baseBeans.com">Struts Training</a> and project recovery in North East.
Open Source <a href ="baseBeans.com">Content Management</a>  basicPortal sofware
Best practice<a href ="baseBeans.com">Struts Support</a> v.1.1 helper ScafflodingXPress




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
I often thought of turing my hand to a spot of sparrow farming....

On Monday, Jun 2, 2003, at 01:42 Europe/London, Johan wrote:

> In java you can't extend AbstractWeekend and AbstractSelfEmployed at  
> the same time. Not in Montana or anywhere else :-)
>
> Johan
>
> Brandon Goodin wrote:
>> weekend? I'm not familiar with that term since I became self-employed.
>> Things have gotten real thin here (Montana). I work 7 days a week. My  
>> work
>> centers around small clients who aren't willing to pay more than  
>> $2000 for a
>> website. Yet, they want Amazon.com. I've been looking for employment.  
>> But, I
>> have not been successful. AAAAAAAAAH! The joys of being a  
>> self-employed
>> Husband/Dad in a place where technology opportunities are thin.
>> Brandon Goodin
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 4:19 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>> its really none of my business..
>> but have you been working all through the weekend?
>> On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:
>>> :-)) I was hoping you would catch the humor :-D
>>>
>>> Brandon Goodin
>>>
>>>
>>> -----Original Message-----
>>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>> Sent: Sunday, June 01, 2003 3:26 PM
>>> To: Struts Users Mailing List
>>> Subject: Re: DynaActionForm
>>>
>>>
>>> Note to self.. "I must give clearer answers" .. and not mess up my
>>> pronouns.. :o)
>>>
>>>
>>> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>>>
>>>
>>>> Let me help mark...
>>>>
>>>> 1) You must have Struts 1.1 to use DynaActionForm.
>>>>
>>>> 2a) Go to the following link:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/
>>>>
>>>> or
>>>>
>>>> 2b)Click  one of the following:
>>>>
>>>> Windows:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts- 
>>>> 1.1-
>>>> rc1.zi
>>>> p
>>>>
>>>> *nix:
>>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts- 
>>>> 1.1-
>>>> rc1.ta
>>>> r.gz
>>>>
>>>> 3)Unzip or Untar the binary distribution.
>>>>
>>>> 4)locate the /lib directory
>>>>
>>>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>>>> with
>>>> the lib/struts.jar.
>>>>
>>>> 6) Then you should have the functionality (DynaActionForm) you need
>>>> :-D
>>>>
>>>> Brandon Goodin
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>>> Sent: Sunday, June 01, 2003 1:12 PM
>>>> To: Struts Users Mailing List
>>>> Subject: Re: DynaActionForm
>>>>
>>>>
>>>> in 1.1
>>>>
>>>>
>>>>
>>>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>>>> wrote:
>>>>
>>>>
>>>>> 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" <ma...@talk21.com>
>>>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail:  
>>>>>> struts-user-help@jakarta.apache.org
>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------- 
>>>>> --
>>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:  
>>>>> struts-user-help@jakarta.apache.org
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------- 
>>>>> --
>>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:  
>>>>> struts-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
> -- 
> Nilling Software Design
> Postbus 43
> 2280 AA  Rijswijk ZH
> w: http://www.nilling.nl
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Johan <ja...@nilling.nl>.
In java you can't extend AbstractWeekend and AbstractSelfEmployed at the 
same time. Not in Montana or anywhere else :-)

Johan

Brandon Goodin wrote:
> weekend? I'm not familiar with that term since I became self-employed.
> Things have gotten real thin here (Montana). I work 7 days a week. My work
> centers around small clients who aren't willing to pay more than $2000 for a
> website. Yet, they want Amazon.com. I've been looking for employment. But, I
> have not been successful. AAAAAAAAAH! The joys of being a self-employed
> Husband/Dad in a place where technology opportunities are thin.
> 
> Brandon Goodin
> 
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 4:19 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
> 
> 
> its really none of my business..
> 
> but have you been working all through the weekend?
> 
> 
> On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:
> 
> 
>>:-)) I was hoping you would catch the humor :-D
>>
>>Brandon Goodin
>>
>>
>>-----Original Message-----
>>From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>Sent: Sunday, June 01, 2003 3:26 PM
>>To: Struts Users Mailing List
>>Subject: Re: DynaActionForm
>>
>>
>>Note to self.. "I must give clearer answers" .. and not mess up my
>>pronouns.. :o)
>>
>>
>>On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>>
>>
>>>Let me help mark...
>>>
>>>1) You must have Struts 1.1 to use DynaActionForm.
>>>
>>>2a) Go to the following link:
>>>http://www.apache.org/dist/jakarta/struts/binaries/
>>>
>>>or
>>>
>>>2b)Click  one of the following:
>>>
>>>Windows:
>>>http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>>>rc1.zi
>>>p
>>>
>>>*nix:
>>>http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>>>rc1.ta
>>>r.gz
>>>
>>>3)Unzip or Untar the binary distribution.
>>>
>>>4)locate the /lib directory
>>>
>>>5) In the lib directory exists a struts.jar. Replace your struts.jar
>>>with
>>>the lib/struts.jar.
>>>
>>>6) Then you should have the functionality (DynaActionForm) you need
>>>:-D
>>>
>>>Brandon Goodin
>>>
>>>
>>>-----Original Message-----
>>>From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>>Sent: Sunday, June 01, 2003 1:12 PM
>>>To: Struts Users Mailing List
>>>Subject: Re: DynaActionForm
>>>
>>>
>>>in 1.1
>>>
>>>
>>>
>>>On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>>>wrote:
>>>
>>>
>>>>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" <ma...@talk21.com>
>>>>To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>>>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: struts-user-unsubscribe@jakarta.apache.org
>>>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 


-- 
Nilling Software Design
Postbus 43
2280 AA  Rijswijk ZH
w: http://www.nilling.nl


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: [OT] RE: Jobless in Montana

Posted by Brandon Goodin <ma...@phase.ws>.
:-)) Montana has a zoo? ;-) No, Montana is a zoo. With no fences.

And if there are developers around here, they aren't using a computer they
are building shopping centers and banks for all the rich people that want to
come here and NOT do business.

Brandon Goodin

-----Original Message-----
From: Mark Galbreath [mailto:mark_galbreath@qat.com]
Sent: Monday, June 02, 2003 7:39 AM
To: 'Struts Users Mailing List'
Subject: [OT] RE: Jobless in Montana


I heard the State zoo was looking for developers about a month ago.

-----Original Message-----
From: Brandon Goodin [mailto:mail@phase.ws]
Sent: Sunday, June 01, 2003 6:31 PM
To: Struts Users Mailing List
Subject: RE: DynaActionForm


weekend? I'm not familiar with that term since I became self-employed.
Things have gotten real thin here (Montana). I work 7 days a week. My work
centers around small clients who aren't willing to pay more than $2000 for a
website. Yet, they want Amazon.com. I've been looking for employment. But, I
have not been successful. AAAAAAAAAH! The joys of being a self-employed
Husband/Dad in a place where technology opportunities are thin.

Brandon Goodin

-----Original Message-----
From: Mark Lowe [mailto:mark.lowe@talk21.com]
Sent: Sunday, June 01, 2003 4:19 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm


its really none of my business..

but have you been working all through the weekend?


On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:

> :-)) I was hoping you would catch the humor :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 3:26 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> Note to self.. "I must give clearer answers" .. and not mess up my
> pronouns.. :o)
>
>
> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>
>> Let me help mark...
>>
>> 1) You must have Struts 1.1 to use DynaActionForm.
>>
>> 2a) Go to the following link:
>> http://www.apache.org/dist/jakarta/struts/binaries/
>>
>> or
>>
>> 2b)Click  one of the following:
>>
>> Windows:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1
>> -
>> rc1.zi
>> p
>>
>> *nix:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1
>> -
>> rc1.ta
>> r.gz
>>
>> 3)Unzip or Untar the binary distribution.
>>
>> 4)locate the /lib directory
>>
>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>> with the lib/struts.jar.
>>
>> 6) Then you should have the functionality (DynaActionForm) you need
>> :-D
>>
>> Brandon Goodin
>>
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 1:12 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> in 1.1
>>
>>
>>
>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>> wrote:
>>
>>> 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" <ma...@talk21.com>
>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[OT] RE: Jobless in Montana

Posted by Mark Galbreath <ma...@qat.com>.
I heard the State zoo was looking for developers about a month ago.

-----Original Message-----
From: Brandon Goodin [mailto:mail@phase.ws] 
Sent: Sunday, June 01, 2003 6:31 PM
To: Struts Users Mailing List
Subject: RE: DynaActionForm


weekend? I'm not familiar with that term since I became self-employed.
Things have gotten real thin here (Montana). I work 7 days a week. My work
centers around small clients who aren't willing to pay more than $2000 for a
website. Yet, they want Amazon.com. I've been looking for employment. But, I
have not been successful. AAAAAAAAAH! The joys of being a self-employed
Husband/Dad in a place where technology opportunities are thin.

Brandon Goodin

-----Original Message-----
From: Mark Lowe [mailto:mark.lowe@talk21.com]
Sent: Sunday, June 01, 2003 4:19 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm


its really none of my business..

but have you been working all through the weekend?


On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:

> :-)) I was hoping you would catch the humor :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 3:26 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> Note to self.. "I must give clearer answers" .. and not mess up my 
> pronouns.. :o)
>
>
> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>
>> Let me help mark...
>>
>> 1) You must have Struts 1.1 to use DynaActionForm.
>>
>> 2a) Go to the following link: 
>> http://www.apache.org/dist/jakarta/struts/binaries/
>>
>> or
>>
>> 2b)Click  one of the following:
>>
>> Windows:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1
>> -
>> rc1.zi
>> p
>>
>> *nix:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1
>> -
>> rc1.ta
>> r.gz
>>
>> 3)Unzip or Untar the binary distribution.
>>
>> 4)locate the /lib directory
>>
>> 5) In the lib directory exists a struts.jar. Replace your struts.jar 
>> with the lib/struts.jar.
>>
>> 6) Then you should have the functionality (DynaActionForm) you need 
>> :-D
>>
>> Brandon Goodin
>>
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 1:12 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> in 1.1
>>
>>
>>
>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>> wrote:
>>
>>> 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" <ma...@talk21.com>
>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
That's heavy ..

Well if its any consolation humor-retention under such heavy fire would  
have to me proof of mettle... :o)

On Sunday, Jun 1, 2003, at 23:30 Europe/London, Brandon Goodin wrote:

> weekend? I'm not familiar with that term since I became self-employed.
> Things have gotten real thin here (Montana). I work 7 days a week. My  
> work
> centers around small clients who aren't willing to pay more than $2000  
> for a
> website. Yet, they want Amazon.com. I've been looking for employment.  
> But, I
> have not been successful. AAAAAAAAAH! The joys of being a self-employed
> Husband/Dad in a place where technology opportunities are thin.
>
> Brandon Goodin
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 4:19 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> its really none of my business..
>
> but have you been working all through the weekend?
>
>
> On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:
>
>> :-)) I was hoping you would catch the humor :-D
>>
>> Brandon Goodin
>>
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 3:26 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> Note to self.. "I must give clearer answers" .. and not mess up my
>> pronouns.. :o)
>>
>>
>> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>>
>>> Let me help mark...
>>>
>>> 1) You must have Struts 1.1 to use DynaActionForm.
>>>
>>> 2a) Go to the following link:
>>> http://www.apache.org/dist/jakarta/struts/binaries/
>>>
>>> or
>>>
>>> 2b)Click  one of the following:
>>>
>>> Windows:
>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts- 
>>> 1.1-
>>> rc1.zi
>>> p
>>>
>>> *nix:
>>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts- 
>>> 1.1-
>>> rc1.ta
>>> r.gz
>>>
>>> 3)Unzip or Untar the binary distribution.
>>>
>>> 4)locate the /lib directory
>>>
>>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>>> with
>>> the lib/struts.jar.
>>>
>>> 6) Then you should have the functionality (DynaActionForm) you need
>>> :-D
>>>
>>> Brandon Goodin
>>>
>>>
>>> -----Original Message-----
>>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>>> Sent: Sunday, June 01, 2003 1:12 PM
>>> To: Struts Users Mailing List
>>> Subject: Re: DynaActionForm
>>>
>>>
>>> in 1.1
>>>
>>>
>>>
>>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>>> wrote:
>>>
>>>> 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" <ma...@talk21.com>
>>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:  
>>>>> struts-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: DynaActionForm

Posted by Brandon Goodin <ma...@phase.ws>.
weekend? I'm not familiar with that term since I became self-employed.
Things have gotten real thin here (Montana). I work 7 days a week. My work
centers around small clients who aren't willing to pay more than $2000 for a
website. Yet, they want Amazon.com. I've been looking for employment. But, I
have not been successful. AAAAAAAAAH! The joys of being a self-employed
Husband/Dad in a place where technology opportunities are thin.

Brandon Goodin

-----Original Message-----
From: Mark Lowe [mailto:mark.lowe@talk21.com]
Sent: Sunday, June 01, 2003 4:19 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm


its really none of my business..

but have you been working all through the weekend?


On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:

> :-)) I was hoping you would catch the humor :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 3:26 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> Note to self.. "I must give clearer answers" .. and not mess up my
> pronouns.. :o)
>
>
> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>
>> Let me help mark...
>>
>> 1) You must have Struts 1.1 to use DynaActionForm.
>>
>> 2a) Go to the following link:
>> http://www.apache.org/dist/jakarta/struts/binaries/
>>
>> or
>>
>> 2b)Click  one of the following:
>>
>> Windows:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>> rc1.zi
>> p
>>
>> *nix:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>> rc1.ta
>> r.gz
>>
>> 3)Unzip or Untar the binary distribution.
>>
>> 4)locate the /lib directory
>>
>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>> with
>> the lib/struts.jar.
>>
>> 6) Then you should have the functionality (DynaActionForm) you need
>> :-D
>>
>> Brandon Goodin
>>
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 1:12 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> in 1.1
>>
>>
>>
>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>> wrote:
>>
>>> 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" <ma...@talk21.com>
>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
its really none of my business..

but have you been working all through the weekend?


On Sunday, Jun 1, 2003, at 22:37 Europe/London, Brandon Goodin wrote:

> :-)) I was hoping you would catch the humor :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 3:26 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> Note to self.. "I must give clearer answers" .. and not mess up my
> pronouns.. :o)
>
>
> On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:
>
>> Let me help mark...
>>
>> 1) You must have Struts 1.1 to use DynaActionForm.
>>
>> 2a) Go to the following link:
>> http://www.apache.org/dist/jakarta/struts/binaries/
>>
>> or
>>
>> 2b)Click  one of the following:
>>
>> Windows:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>> rc1.zi
>> p
>>
>> *nix:
>> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
>> rc1.ta
>> r.gz
>>
>> 3)Unzip or Untar the binary distribution.
>>
>> 4)locate the /lib directory
>>
>> 5) In the lib directory exists a struts.jar. Replace your struts.jar
>> with
>> the lib/struts.jar.
>>
>> 6) Then you should have the functionality (DynaActionForm) you need  
>> :-D
>>
>> Brandon Goodin
>>
>>
>> -----Original Message-----
>> From: Mark Lowe [mailto:mark.lowe@talk21.com]
>> Sent: Sunday, June 01, 2003 1:12 PM
>> To: Struts Users Mailing List
>> Subject: Re: DynaActionForm
>>
>>
>> in 1.1
>>
>>
>>
>> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
>> wrote:
>>
>>> 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" <ma...@talk21.com>
>>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>>> 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: struts-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: DynaActionForm

Posted by Brandon Goodin <ma...@phase.ws>.
:-)) I was hoping you would catch the humor :-D

Brandon Goodin


-----Original Message-----
From: Mark Lowe [mailto:mark.lowe@talk21.com]
Sent: Sunday, June 01, 2003 3:26 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm


Note to self.. "I must give clearer answers" .. and not mess up my
pronouns.. :o)


On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:

> Let me help mark...
>
> 1) You must have Struts 1.1 to use DynaActionForm.
>
> 2a) Go to the following link:
> http://www.apache.org/dist/jakarta/struts/binaries/
>
> or
>
> 2b)Click  one of the following:
>
> Windows:
> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
> rc1.zi
> p
>
> *nix:
> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-
> rc1.ta
> r.gz
>
> 3)Unzip or Untar the binary distribution.
>
> 4)locate the /lib directory
>
> 5) In the lib directory exists a struts.jar. Replace your struts.jar
> with
> the lib/struts.jar.
>
> 6) Then you should have the functionality (DynaActionForm) you need :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 1:12 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> in 1.1
>
>
>
> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo
> wrote:
>
>> 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" <ma...@talk21.com>
>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>> 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: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
Note to self.. "I must give clearer answers" .. and not mess up my  
pronouns.. :o)


On Sunday, Jun 1, 2003, at 20:50 Europe/London, Brandon Goodin wrote:

> Let me help mark...
>
> 1) You must have Struts 1.1 to use DynaActionForm.
>
> 2a) Go to the following link:
> http://www.apache.org/dist/jakarta/struts/binaries/
>
> or
>
> 2b)Click  one of the following:
>
> Windows:
> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1- 
> rc1.zi
> p
>
> *nix:
> http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1- 
> rc1.ta
> r.gz
>
> 3)Unzip or Untar the binary distribution.
>
> 4)locate the /lib directory
>
> 5) In the lib directory exists a struts.jar. Replace your struts.jar  
> with
> the lib/struts.jar.
>
> 6) Then you should have the functionality (DynaActionForm) you need :-D
>
> Brandon Goodin
>
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@talk21.com]
> Sent: Sunday, June 01, 2003 1:12 PM
> To: Struts Users Mailing List
> Subject: Re: DynaActionForm
>
>
> in 1.1
>
>
>
> On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo  
> wrote:
>
>> 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" <ma...@talk21.com>
>> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
>> 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: struts-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: DynaActionForm

Posted by Brandon Goodin <ma...@phase.ws>.
Let me help mark...

1) You must have Struts 1.1 to use DynaActionForm.

2a) Go to the following link:
http://www.apache.org/dist/jakarta/struts/binaries/

or

2b)Click  one of the following:

Windows:
http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.zi
p

*nix:
http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.ta
r.gz

3)Unzip or Untar the binary distribution.

4)locate the /lib directory

5) In the lib directory exists a struts.jar. Replace your struts.jar with
the lib/struts.jar.

6) Then you should have the functionality (DynaActionForm) you need :-D

Brandon Goodin


-----Original Message-----
From: Mark Lowe [mailto:mark.lowe@talk21.com]
Sent: Sunday, June 01, 2003 1:12 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm


in 1.1



On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo wrote:

> 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" <ma...@talk21.com>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> 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: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
in 1.1



On Sunday, Jun 1, 2003, at 20:03 Europe/London, Giovanni Di Lembo wrote:

> 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" <ma...@talk21.com>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> 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: struts-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Giovanni Di Lembo <gd...@libero.it>.
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" <ma...@talk21.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
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: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: DynaActionForm

Posted by Mark Lowe <ma...@talk21.com>.
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: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org