How to use session created by another servlet within struts

2001-09-15 Thread Venkatraman, Shanthi
We are right now facing a problem with servlet session We have another authentication servlet which is creating session and put some object in session I have extended the ActionServlet to XYZServlet and override this method protected ActionForward processActionPerform(Action action,

How to use session created by another servlet within struts

2001-09-15 Thread Venkatraman, Shanthi
We are right now facing a problem with servlet session We have another authentication servlet which is creating session and put some object in session I have extended the ActionServlet to XYZServlet and override this method protected ActionForward processActionPerform(Action action,

problem using custom tags nested inside template tags

2001-09-07 Thread Venkatraman, Shanthi
> I am encountering a problem in using template tag > > Here is the samle jsp > > <%@ page language="java" %> > <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %> > <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> > <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" p