David, You can include the startup scripts that you want to run in the index to 
be included as jsp:include (using tieles or whatever) in every page of your 
application. Then, no problem if the container remembers your page.

Thanks and Regards,
Thomas Joseph 

Kott Software Pvt. Ltd. | Vallamattom Estate | M.G.Road | Cochin-682015 | India 
www.kottsoftware.com 
--------------------------------------------------------------------------------
This email (including any attachments) is subject to copyright, the information 
in it is confidential, and it is legally privileged. Use of this email or of 
any information in it other than by the addressee is unauthorized and unlawful. 
If you are not the intended recipient of the mail, kindly intimate the author 
of the mail and delete the same. 
--------------------------------------------------------------------------------

  ----- Original Message ----- 
  From: Antonio Petrelli 
  To: Struts Users Mailing List 
  Sent: Tuesday, July 25, 2006 6:23 PM
  Subject: Re: A problem with form-based login


  David Soler ha scritto:
  > But I want to use the default form-based login (in web.xml)
  >
  > I'll try to explain my problem better.
  > When you enter the page, the login form appears, becuase of this:
  >
  > <login-config>
  >   <auth-method>FORM</auth-method>
  >   <realm-name>my realm</realm-name>
  >   <form-login-config>
  >     <form-login-page>/LoginForm.jsp</form-login-page>
  >     <form-error-page>/LoginError.jsp</form-error-page>
  >   </form-login-config>
  > </login-config>
  >   

  Why don't you change <form-login-page> directly then?

  Ciao
  Antonio

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

Reply via email to