This is my entire jsp page (status.jsp):

<%@ page language="java" %>
<%@ page session="false" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<bean:write name="manageStatusForm" property="statusMessage" scope="request"/>

I don't understand it now.  And I thought I got scope thing figured out in
Struts.

Can you explain?

Thanks!

-----Original Message-----
From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
Sent: November 4, 2003 3:18 PM
To: Tomcat Users List
Subject: Re: Session managing in Tomcat problem


Yansheng,
> What do you mean I need something to be in the session?  Tomcat needs? 
> 
> I was forwarding user back to the request page after finish my execute()
method.
> 
> I don't use session at all.

You are using a struts bean tag to pull a value out of the session in 
one of your JSPs. That's the one that needs the session.

-chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to