Re: Can't not reference to property of object which is property of Bean

2005-06-01 Thread Pham Anh Tuan
;Pham Anh Tuan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; <[EMAIL PROTECTED]> Sent: Wednesday, June 01, 2005 2:07 PM Subject: Re: Can't not reference to property of object which is property of Bean Thank you, my problem is solved by your solution, Roki

Re: Can't not reference to property of object which is property of Bean

2005-06-01 Thread Pham Anh Tuan
truts Users Mailing List" ; <[EMAIL PROTECTED]> Sent: Wednesday, June 01, 2005 2:07 PM Subject: Re: Can't not reference to property of object which is property of Bean Thank you, my problem is solved by your solution, Rokibul Islam Khan :) - Original Message - From: "

Re: Can't not reference to property of object which is property of Bean

2005-06-01 Thread Pham Anh Tuan
Thank you, my problem is solved by your solution, Rokibul Islam Khan :) - Original Message - From: "Rokibul Islam Khan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, June 01, 2005 12:52 PM Subject: Re: Can't not reference to prope

Re: Can't not reference to property of object which is property of Bean

2005-05-31 Thread Rokibul Islam Khan
hi, U r getting that because of null property of privateMessage. As u r using nested bean i.e. privateMessage.subject will be interpreted as formBean.getPrivateMessage.getSubject() where as getPrivateMessage() is returning null in ur case which cause Null pointer exception. To avoid this u have two