The fact that it's not a class built specifically for backing this
form... Struts requires you to build form beans which extend an abstract
base class. Here you're just using your same domain objects directly,
without a mapping layer.

> -----Original Message-----
> From: Anoop Ranganath [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, September 17, 2003 8:29 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] formbean vs. action
> 
> 
> > If you're using domain objects or persisting the data, I 
> would suggest 
> > you use Object properties. Say, for instance, that you have 
> an Invoice 
> > domain object. You might have an CreateInvoiceAction Action class:
> 
> Ah.  That's actually what I'm doing right now.  So what makes 
> this any 
> different than a Form Bean then?  The fact that it's a POJO?
> 
> Anoop
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to