Re: form tag and root context isssue

2004-07-29 Thread Ludovic Bailly
Craig McClanahan gmail.com> writes: > For Tomcat specifically, the context path "ROOT" is treated as a magic > name that corresponds to the root web application. Note that you'll > have to remove the webapps/ROOT directory, because that's where the > root webapp shipped with Tomcat lives. You c

Re: form tag and root context isssue

2004-07-29 Thread Ludovic Bailly
Ruth, Brice fiskars.com> writes: > In the context file you deploy to conf/Catalina/localhost, the path > should still be "", just as it was before. You now have it set to "/" > which is why you get a '//' in your action. I'm agree with you but it's not something I can do easily. I'm trying IB

form tag and root context isssue

2004-07-28 Thread Ludovic Bailly
Hi, My web app is running under tomcat 5.0/struts 1.21. It was deployed in webapps/ROOT. All was working fine (request.getContextPath() was returning ""). Now the same web app is deployed using a xml file in conf/Catalina/localhost tomcat's directory : path attribute context is set to "/" an

Re: Trouble with SSL and struts using sslext

2004-07-22 Thread Ludovic Bailly
Jim Kennedy mindspring.com> writes: > What causes the framework to use the SecureRequestProcessor.> You have to change the controller processorClass in your struts-config.xml. Switch to org.apache.struts.action.SecureRequestProcessor or org.apache.struts.action.TilesSecureRequestProcessor if y

Redirect a request to ssl page using tiles and sslext

2004-07-22 Thread Ludovic Bailly
Hi, I'm successfully using struts / tiles / sslext except in one case : All my pages are rendering using tiles. After a form validation, I have to redirect the user to a secure page. Using sslext, I can set the secure property in the struts-config.xml but it doesn't work as I expect : If erro

Redirect a request to ssl page using tiles and sslext

2004-07-22 Thread Ludovic Bailly
Hi, I'm successfully using struts / tiles / sslext except in one case : All my pages are rendering using tiles. After a form validation, I have to redirect the user to a secure page. Using sslext, I can set the secure property in the struts-config.xml but it doesn't work as I expect : If errors

Redirect a request to ssl page using tiles and sslext

2004-07-22 Thread Ludovic Bailly
Hi, I've configured struts, tiles and sslext. All seems to work quite well but I can't find out a solution to this problem : All my pages are rendering using tiles. A JSP containing a form must forward to another JSP page if the validation is ok. To achieve this, I put in the corresponding actio

Re: How to create a custom tag which returns struts tag ?

2004-04-30 Thread Ludovic Bailly
tter approach. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. - Original Message ----- From: "Ludovic Bailly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 30, 2004 8:17 AM Subject: How to create a custom tag which returns stru