RE: Is FormBean mandatory???

2002-04-09 Thread Matt Raible
Web forms can only handle Strings and booleans - so if your value objects have Dates or Integers, get ready for some fun! > -Original Message- > From: Sachin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 1:47 AM > To: [EMAIL PROTECTED] > Subject: Is FormBean mandatory??? >

RE: Is FormBean mandatory???

2002-04-09 Thread Konstantin Priblouda
--- Matt Raible <[EMAIL PROTECTED]> wrote: > Web forms can only handle Strings and booleans - so > if your value > objects have Dates or Integers, get ready for some > fun! Integers are completely OK, floats depend on sanity of web users. ( imagine some bank clerk who is used to enter dots to sep

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Konstantin Priblouda wrote: > Date: Tue, 9 Apr 2002 08:15:03 -0700 (PDT) > From: Konstantin Priblouda <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]>, > [E

RE: Is FormBean mandatory???

2002-04-09 Thread Tim Moore
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 11:38 AM > To: Struts Developers List > Cc: [EMAIL PROTECTED] > Subject: RE: Is FormBean mandatory??? > > On Tue, 9 Apr 2002, Konstantin Priblouda wrote:

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Tim Moore wrote: > Date: Tue, 9 Apr 2002 11:56:22 -0400 > From: Tim Moore <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: RE: Is FormBean mandato

RE: Is FormBean mandatory???

2002-04-09 Thread Tim Moore
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 12:10 PM > To: Struts Developers List > Subject: RE: Is FormBean mandatory??? > > > > > On Tue, 9 Apr 2002, Tim Moore wrote: > > &g

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Tim Moore wrote: > > > > > > It's still nice that you can use integer properties, though, for > > > things like select fields and radio buttons...anything that doesn't > > > allow free-form text input. > > > > > > > How do *you* know that your Struts client is actually a > >

Re: Is FormBean mandatory???

2002-04-09 Thread Bob Lee
e type checking in this case, but is it really that valuable in the current incarnation? Thanks, Bob - Original Message - From: "Tim Moore" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 11:59 AM Subje

Re: Is FormBean mandatory???

2002-04-09 Thread Bob Lee
uot;Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 1:40 PM Subject: Re: Is FormBean mandatory??? > Why is there a need for seperate FormBean object in the View? Couldn't you > just use a generic bean that could hold your application-specific valida

RE: Is FormBean mandatory???

2002-04-09 Thread Tim Moore
0 ext. 258 / Fax 202-463-4863 > -Original Message- > From: Bob Lee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 2:54 PM > To: Struts Developers List > Subject: Re: Is FormBean mandatory??? > > > I think I may need to elaborate before I get flamed. I

Re: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Bob Lee wrote: > Date: Tue, 9 Apr 2002 13:53:57 -0500 > From: Bob Lee <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: Is FormBean mandatory??? &g

Re: Is FormBean mandatory???

2002-04-09 Thread Paul Smith
: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 2:52 PM Subject: Re: Is FormBean mandatory??? > > > On Tue, 9 Apr 2002, Bob Lee wrote: > > > Date: Tue, 9 Apr 2002 13:53:57 -05

Re: Is FormBean mandatory???

2002-04-10 Thread Jing Zhou
- Original Message - From: "Paul Smith" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 8:48 PM Subject: Re: Is FormBean mandatory??? > This logic is essentially correct in that the framework needs to

Re: Is FormBean mandatory???

2002-04-10 Thread Bob Lee
- Original Message - From: "Jing Zhou" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 4:28 AM Subject: Re: Is FormBean mandatory??? > Form beans can be shared by multiple views in a wizard like app

Re: Is FormBean mandatory???

2002-04-10 Thread Jing Zhou
- Original Message - From: "Bob Lee" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 9:37 AM Subject: Re: Is FormBean mandatory??? > - Original Message - > From: "Jing Zhou" &