Re: handling form based authentication w/ remember-me cookie

2004-01-13 Thread cruegger
Are Servlet filters supposed to be called for both GET and POST methods? They seem to be getting called for GETs only on Tomcat 5. -Chris -Original Message- From: Parmar, Dipakkumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 03:57 PM To: 'Struts Users Mailing List'

using tiles with Struts 1.1

2002-12-03 Thread cruegger
I'm trying to set up Struts 1.1 beta to use Tiles. Question: What modification do I make to struts-config.xml to tell it where my tiles definition file is? Apparently the plug-in no longer applies or Struts 1.1? Thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Struts 1.1 with tiles

2002-12-03 Thread cruegger
I'm trying to use tiles with Struts 1.1 I've written a tiles-defs.xml file. Question: How do I tell Struts to use this file? It looks like the plugin tag no longer works with Struts 1.1, so what modification do I make to struts-config.xml to tell struts to use my tiles-defs.xml? Thanks

what book/tutorial helped the most

2002-11-20 Thread cruegger
I'm trying to learn Struts quickly and am curious what book/tutorial people found most helpful? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

getting web app context name in Struts

2002-11-19 Thread cruegger
What is the Struts way to reference a CSS stylesheet file and Javascript files such that the web application context name will always be prepended to the files so that they resolve properly? (just like the html:link page=/mypage.jsp construct prepends the context name in the generated