Re: Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Nick Heudecker
If you're using XDoclet, I wrote an extension to allow you to define DynaValidatorActionForms using XDoclet tags. You can download it from here: http://www.systemmobile.com/code/xdoclet-apache-module-sm-1_2.zip Using this extension, you may define your Hibernate mappings and dynaform definition

Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread abdel . leshob
Thanks a lot Hubert Rabago <[EMAIL PROTECTED]> 03/08/2004 13:32 Veuillez répondre à "Struts Users Mailing List" Pour : Struts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: ActionForm vs Hibernate POJO Take a look at FormDef (http:/

Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Hubert Rabago
t; "Jim Barrows" <[EMAIL PROTECTED]> > 03/08/2004 12:21 > Veuillez répondre à "Struts Users Mailing List" > > > Pour : "Struts Users Mailing List" <[EMAIL PROTECTED]> > cc : > Objet : RE: Réf. : Re: ActionFor

RE: Réf. : RE: Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 9:29 AM > To: Struts Users Mailing List > Subject: Réf. : RE: Réf. : Re: ActionForm vs Hibernate POJO > > > I want to reuse the Hibernate pojo, and not

Réf. : RE: Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread abdel . leshob
PROTECTED]> 03/08/2004 12:21 Veuillez répondre à "Struts Users Mailing List" Pour : "Struts Users Mailing List" <[EMAIL PROTECTED]> cc : Objet : RE: Réf. : Re: ActionForm vs Hibernate POJO > -Original Message- > From: [EMAIL

Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > Thanks a lot, > Is there any work done for OGNL integration in struts ? [Googles... Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects] I'm not entirely sure what happens behind the scenes, but: In the s

RE: Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 9:20 AM > To: Struts Users Mailing List > Subject: Réf. : Re: ActionForm vs Hibernate POJO > > > Thanks a lot, > Is there any work done for OGNL int

Réf. : Re: ActionForm vs Hibernate POJO

2004-08-03 Thread abdel . leshob
Thanks a lot, Is there any work done for OGNL integration in struts ? Wendy Smoak <[EMAIL PROTECTED]> 03/08/2004 11:57 Veuillez répondre à "Struts Users Mailing List" Pour : Struts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: A

Re: ActionForm vs Hibernate POJO

2004-08-03 Thread Wendy Smoak
> I am using Struts with Hibernate, and I was asked to reuse the Hibernate > pojo as forms for my actions. > Is it possible ? Possible, but not advisable... at some point you will need to have something different in the form than in the POJO. Forms are generally all String properties, POJO's shou

RE: ActionForm vs Hibernate POJO

2004-08-03 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 8:49 AM > To: [EMAIL PROTECTED] > Subject: ActionForm vs Hibernate POJO > > > Hi all, > I am using Struts with Hibernate, and I was asked to reuse > the Hibernate > pojo as > for