[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Invoking Servlet trough XSL


Subject: [xsl] Invoking Servlet trough XSL
From: uros kotnik <ukotnik@xxxxxxxxx>
Date: Sat, 17 Aug 2002 11:52:58 -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



Current Thread
Keywords
xsl