Re: Loosing Objects in the Request.

2003-04-04 Thread Gareth Andrew
Mailing List 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: Loosing Objects

re: Loosing Objects in the Request.

2003-04-04 Thread Ted Husted
Is the logic taglib imported to the page? There should also be a notPresent tag, to test that the taglib is working. -T. -- Ted Husted, Struts in Action http://husted.com/struts/book.html - To unsubscribe, e-mail: [EMAIL

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: logic:present name=test scope=request FOUND!

Re: Loosing Objects in the Request.

2003-04-03 Thread Max Cooper
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: Loosing Objects in the Request. Hi All, I am trying to set some

RE: Loosing Objects in the Request.

2003-04-03 Thread Pingili, Madhupal
4:02 PM To: Struts Users Mailing List 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

RE: Loosing Objects in the Request.

2003-04-03 Thread David Graham
: Loosing Objects in the Request. Date: Thu, 3 Apr 2003 16:40:06 -0500 Please correct me if I am wrong about this assumption: All these Tags html:option, html:options, html:optionsCollection, logic:iterate etc (not sure how many) need bean:define Tag. That means, if we want to use html:option, we need

RE: Loosing Objects in the Request.

2003-04-03 Thread Jindal, Ashwini
: 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: Loosing Objects in the Request. Hi All

Re: Loosing Objects in the Request.

2003-04-03 Thread Max Cooper
wrong in your setup. -Max - Original Message - From: Jindal, Ashwini [EMAIL PROTECTED] To: Max Cooper [EMAIL PROTECTED]; Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 7:34 PM Subject: RE: Loosing Objects in the Request. Max, That is what the problem is I