Re: DynaActionForm example

2002-04-30 Thread @Basebeans.com
Subject: Re: DynaActionForm example From: Vic Cekvenich [EMAIL PROTECTED] === Err... just a note: I am not sure if Dynabeans is the best parctice. Regular beans isolate the application a bit better. my 2 c. Vic James Mitchell wrote: The struts-example uses it for Logon. struts-config.xml

Re: DynaActionForm example

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Struts Newsgroup wrote: Date: Tue, 30 Apr 2002 07:25:01 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic

RE: DynaActionForm example

2002-04-30 Thread Parmar, Dipakkumar
- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 10:25 AM To: [EMAIL PROTECTED] Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic Cekvenich [EMAIL PROTECTED] === Err... just a note: I am not sure if Dynabeans is the best parctice

Re: DynaActionForm example

2002-04-30 Thread @Basebeans.com
Subject: Re: DynaActionForm example From: Vic Cekvenich [EMAIL PROTECTED] === It was not set up for a bite, I just talk a lot on my opinion, and sometimes learn when I get feedback. The FormBean lets me code in Java (vs Dynabeans XML). It lets me format, validate, convert, do complex look ups

Re: DynaActionForm example

2002-04-30 Thread @Basebeans.com
Subject: Re: DynaActionForm example From: Vic Cekvenich [EMAIL PROTECTED] === And another thing: Say I have a FormBean on One Page. But then I need its properties on another page that has other beans. If I lareay unit tested it, I can reuse. Specific example in use: I have a Properties Form

Re: DynaActionForm example

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Struts Newsgroup wrote: Date: Tue, 30 Apr 2002 08:55:01 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic

Re: DynaActionForm example

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Struts Newsgroup wrote: Date: Tue, 30 Apr 2002 09:10:01 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic

Re: DynaActionForm example

2002-04-30 Thread dhay
PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic C [EMAIL PROTECTED] === Controller I use as contoling where to go(next page), navigation, and what to do,to ask the bean to populate, to save, etc, be end point for all

Re: DynaActionForm example

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Struts Newsgroup wrote: Date: Tue, 30 Apr 2002 10:25:01 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaActionForm example Subject: Re: DynaActionForm example From: Vic C

RE: DynaActionForm example

2002-04-29 Thread James Mitchell
The struts-example uses it for Logon. struts-config.xml --- ... ... form-bean name=logonForm type=org.apache.struts.action.DynaActionForm form-property name=username type=java.lang.String/ form-property name=password