Re: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-15 Thread ashokd
:03 AM Subject: RE: Need Dynamic Form Beans feature for Struts1.0.2 Thanks, Craig, I got to trust you :-) Saul -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:13 PM To: Struts Users Mailing List Subject: Re: Need Dynamic

RE: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-15 Thread Yuan, Saul (TOR-ML)
Can you give me more details, like what jar files, where to get them and how to use them etc... Thanks a lot, Saul -Original Message- From: ashokd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 12:55 AM To: Struts Users Mailing List Subject: Re: Need Dynamic Form Beans

RE: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-15 Thread Craig R. McClanahan
On Wed, 15 Jan 2003, Yuan, Saul (TOR-ML) wrote: Date: Wed, 15 Jan 2003 10:24:16 -0500 From: Yuan, Saul (TOR-ML) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Need Dynamic Form Beans feature

RE: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-15 Thread Yuan, Saul (TOR-ML)
: Wednesday, January 15, 2003 3:27 PM To: Struts Users Mailing List Subject: RE: Need Dynamic Form Beans feature for Struts1.0.2 On Wed, 15 Jan 2003, Yuan, Saul (TOR-ML) wrote: Date: Wed, 15 Jan 2003 10:24:16 -0500 From: Yuan, Saul (TOR-ML) [EMAIL PROTECTED] Reply-To: Struts Users Mailing

Need Dynamic Form Beans feature for Struts1.0.2

2003-01-08 Thread Yuan, Saul (TOR-ML)
Hi, We really need the Dynamic Form Beans feature in Struts1.1, but we're stuck with Struts1.0.2, just wondering what's the best way to add that feature to Struts1.0.2? Or any existing samples out there? Thanks in advance, Saul

Re: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-08 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Yuan, Saul (TOR-ML) wrote: Date: Wed, 8 Jan 2003 15:55:29 -0500 From: Yuan, Saul (TOR-ML) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Need Dynamic Form Beans feature for Struts1.0.2 Hi, We really need

RE: Need Dynamic Form Beans feature for Struts1.0.2

2003-01-08 Thread Yuan, Saul (TOR-ML)
Thanks, Craig, I got to trust you :-) Saul -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:13 PM To: Struts Users Mailing List Subject: Re: Need Dynamic Form Beans feature for Struts1.0.2 On Wed, 8 Jan 2003, Yuan, Saul

Re: Populating dynamic form beans

2002-08-18 Thread Paul Finlay
Drew McAuliffe wrote: Is there a simple way to populate a dynamic form bean with an object whose properties match the names of the configured fields in the form? I have not seen any reply to this question and I have the same related issue. Scenario is as follows: The same DynaValidatorForm

RE: Dynamic Form Beans?

2001-09-06 Thread Tuscano, Stephen
Hi John, Are you able to slove this problem?if so, Can you help me out? Stephen. -Original Message- From: John Townsend [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 8:19 PM To: [EMAIL PROTECTED]; 'Luis Olivares' Subject: RE: Dynamic Form Beans? The one

RE: Dynamic Form Beans?

2001-08-30 Thread Rey Francois
are referenced in this one: http://www.mail-archive.com/jakarta-commons@jakarta.apache.org/msg03429.html Hope this helps, Fr. -Original Message- From: John Townsend [mailto:[EMAIL PROTECTED]] Sent: 29 August 2001 19:54 To: [EMAIL PROTECTED] Subject: Dynamic Form Beans? I am working

Re: Dynamic Form Beans?

2001-08-29 Thread Luis Olivares
] -- Intelligence is the ability to avoid doing work, yet getting the work done --Linus Torvalds-- - Original Message - From: John Townsend [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 12:54 PM Subject: Dynamic Form Beans? I

RE: Dynamic Form Beans?

2001-08-29 Thread Thinh Doan
I heard Struts 1.1 will address this issue. In the mean time, I too am interested to a working solution. Thanks, Thinh -Original Message- From: Luis Olivares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: Re: Dynamic Form Beans? I

RE: Dynamic Form Beans?

2001-08-29 Thread John Townsend
to go. -Original Message- From: Luis Olivares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:28 AM To: [EMAIL PROTECTED] Subject: Re: Dynamic Form Beans? I have the same 'problem'. I would like to be able to create a form dynamically depending on the structure of a table

Re: Dynamic Form Beans?

2001-08-29 Thread Sastry Varanasi
--Linus Torvalds-- - Original Message - From: John Townsend [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 12:54 PM Subject: Dynamic Form Beans? I am working on a project where is would be nice to have the ability to define a dynamic form bean (i.e

Re: Dynamic Form Beans?

2001-08-29 Thread martin . cooper
]; 'Luis Olivares' [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 12:19 PM Subject: RE: Dynamic Form Beans? The one idea that I had was to create a new subclass of ActionForm called ActionDataForm. This form would have get and put methods that use keys instead of the usual pattern of numerous