RE: Checking for a null property

2003-06-25 Thread Jindal, Ashwini
t; >From: "Varun Garg" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > >Subject: RE: Checking for a null property > >Date:

RE: Checking for a null property

2003-06-25 Thread Jindal, Ashwini
s Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> >Subject: RE: Checking for a null property >Date: Tue, 24 Jun 2003 17:00:28 -0500 > > > > > > >-Original Message- >From: Jindal

Loosing Objects in the Request.

2003-04-03 Thread Jindal, Ashwini
Hi All, I am trying to set some attributes in the request object request.setAttribute("test", "TEST"); before invoking the forward: mapping.findForward(Constants.SUCCESS_KEY); When I look up in the jsp: FOUND! The implementation is in:

RE: Loosing Objects in the Request.

2003-04-03 Thread Jindal, Ashwini
st Subject: Re: Loosing Objects in the Request. Are you certain that the request is getting to the JSP with the test in it? -Max - Original Message ----- From: "Jindal, Ashwini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 11:43 AM Subject

Checking for a null property

2003-06-24 Thread Jindal, Ashwini
Anyone, Can anyone please help me with the following situation? I am trying to display the Agent's full Name. Now it works fine as long as the Agent has a valid full Name. As soon as Agent is null, I get a Null Pointer. I want to check if the agent is null th