Subject: Invoking Servlet trough XSL
From: uros kotnik <ukotnik@xxxxxxxxx>
Date: Fri, 16 Aug 2002 07:46:26 -0700 (PDT)
|
Hi,
I have this problem.
The app. server is Orion.
I'm invoking servlet from XSL file like this
<xsl:include href="http://localhost/properties.xsl"/>
Properties.xsl is mapped trough web.xml into Servlet.
The problem is that when the servlet is invoked in
this mannner(from XSL) the Session is lost and instead
to enter properties servlet I get login servlet.
This is part from WEB.xml, I am using jsecurity trough
login
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login/login.xhtm</form-login-page>
<form-error-page>/login/loginerr.xhtm</form-error-page>
</form-login-config>
</login-config>
Thanks.
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|