Accessing to an inherited property via OGNL, is possible?

2009-12-17 Thread Cristian Peraferrer
I have a POJO class B that extends the POJO class A.

It is possible to access an inherited property of class A through a
class B object, via OGNL (in a JSP page)?

Thanks,

Cristian

-- 
GPG Key-ID: 0x564903FA - JID: corell...@swissjabber.ch

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Accessing to an inherited property via OGNL, is possible?

2009-12-17 Thread Paweł Wielgus
Hi Christian,
b.propertyFromClassA - just like that.

Best greetings,
Paweł Wielgus.


2009/12/17 Cristian Peraferrer corellia...@gmail.com:
 I have a POJO class B that extends the POJO class A.

 It is possible to access an inherited property of class A through a
 class B object, via OGNL (in a JSP page)?

 Thanks,

 Cristian

 --
 GPG Key-ID: 0x564903FA - JID: corell...@swissjabber.ch

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Accessing to an inherited property via OGNL, is possible?

2009-12-17 Thread Cristian Peraferrer
Ok thank you :-)

I wasn't sure about it because it wasn't working due to another cause,
now I've fixed the other cause and it works.

Cristian

2009/12/17 Paweł Wielgus poulw...@gmail.com:
 Hi Christian,
 b.propertyFromClassA - just like that.

 Best greetings,
 Paweł Wielgus.


 2009/12/17 Cristian Peraferrer corellia...@gmail.com:
 I have a POJO class B that extends the POJO class A.

 It is possible to access an inherited property of class A through a
 class B object, via OGNL (in a JSP page)?

 Thanks,

 Cristian

 --
 GPG Key-ID: 0x564903FA - JID: corell...@swissjabber.ch

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org





-- 
GPG Key-ID: 0x564903FA - JID: corell...@swissjabber.ch

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org