Hi,
i have a following code in my jsp , but is not working
for me on tomcat4.1.12
request.getRequestDispatcher("/pages/sessioninvalid.do").forward(request,
response);

My struts-config definiation is as follows
<!-- action mapping for session invalid checking -->
    <action
type="com.pfizer.maps.action.SessionInvalidAction"
scope="request" path="/pages/sessioninvalid">
      <forward name="success" path="/pages/index.jsp"
redirect="false" />
    </action>

This used to work when using struts1.1b2 , but not
working since upgrading to struts1.1b3 or RC1, 
what may be the problem


=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

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

Reply via email to