RE: access to bean property in struts2

2007-11-16 Thread Hernandez, David
; Hernandez, David wrote: >> >>> Set the Bean as a member of the Action class and use: >>> >>> >>> -Original Message- >>> From: slideharmony [mailto:[EMAIL PROTECTED] >>> Sent: Thursday, November 15, 2007 11:28 AM >>> To: user@struts.apach

RE: access to bean property in struts2

2007-11-16 Thread Dave Newton
ge- > From: slideharmony [mailto:[EMAIL PROTECTED] > Sent: Friday, November 16, 2007 10:53 AM > To: user@struts.apache.org > Subject: Re: access to bean property in struts2 > > > I have another question: > it is right in struts2 to put beans in session? > Assuming to hav

Re: access to bean property in struts2

2007-11-16 Thread slideharmony
gt; Set the Bean as a member of the Action class and use: >>> >>> >>> -Original Message- >>> From: slideharmony [mailto:[EMAIL PROTECTED] >>> Sent: Thursday, November 15, 2007 11:28 AM >>> To: user@struts.apache.org >>> Subject

RE: access to bean property in struts2

2007-11-16 Thread Hernandez, David
@struts.apache.org Subject: Re: access to bean property in struts2 I have another question: it is right in struts2 to put beans in session? Assuming to have an action that retrieve a bean User from the database; the user have a set of contracts. I want to iterate this set in a jsp page, which ways

Re: access to bean property in struts2

2007-11-16 Thread Thilo Ettelt
: access to bean property in struts2 Hello, how can I access a bean properties from a jsp page? I have created an action to creare a new account for a generic user, and I want to print in a jsp page the full name of the new user. Usually I put the new User object in session and obtained his properties

RE: access to bean property in struts2

2007-11-16 Thread slideharmony
s and use: > > > -Original Message- > From: slideharmony [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 15, 2007 11:28 AM > To: user@struts.apache.org > Subject: access to bean property in struts2 > > > Hello, > how can I access a bean properties f

RE: access to bean property in struts2

2007-11-15 Thread Hernandez, David
Set the Bean as a member of the Action class and use: -Original Message- From: slideharmony [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 11:28 AM To: user@struts.apache.org Subject: access to bean property in struts2 Hello, how can I access a bean properties from a

Re: access to bean property in struts2

2007-11-15 Thread Dave Newton
erties by this way form the > jsp page, but probably there is some other way with > strut2. > thank you > -- > View this message in context: > http://www.nabble.com/access-to-bean-property-in-struts2-tf4815028.html#a13774814 >

access to bean property in struts2

2007-11-15 Thread slideharmony
, but probably there is some other way with strut2. thank you -- View this message in context: http://www.nabble.com/access-to-bean-property-in-struts2-tf4815028.html#a13774814 Sent from the Struts - User mailing list archive at Nabble.com