This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Invoking Servlet trough XSL


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]