You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hassan Schroeder <ha...@gmail.com> on 2007/03/30 16:15:39 UTC

Re: problem: accessing object created in servlet from jsp

On 3/30/07, Mark <se...@yahoo.com> wrote:

> I try to send an object from servlet to jsp

> <%if (wa == null) wa = "blank";%>

> But it doesn't work :( "blank" always get displayed, which means I'm
> not getting the object from request in jsp.

Or the object really is null :-)

Does it show up if you put it in the session instead?

-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org