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