Forwarding question

2004-12-15 Thread Vinicius Caldeira Carvalho
Hi there! I have a dispatch action that receives a forward parameter and I need to find the approprieate path for it. Since this action is used by a lot of scenarios, It's not desirable to be setting new forwards for each new scenario that uses it (would be to confusing the struts-config) and o

RE: Forwarding question

2004-12-15 Thread Jim Barrows
> -Original Message- > From: Vinicius Caldeira Carvalho > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 10:28 AM > To: Struts Users Mailing List > Subject: Forwarding question > > > Hi there! I have a dispatch action that receives a forward

RE: Https forwarding question

2004-04-14 Thread Erez Efrati
Thanks a lot, Erez -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 9:58 AM To: Struts Users Mailing List Subject: Re: Https forwarding question Actually with sslext, you would also want to use the sslext taglib link, so that the URL gets

Re: Https forwarding question

2004-04-14 Thread Adam Hardy
Actually with sslext, you would also want to use the sslext taglib link, so that the URL gets written out with HTTPS as well. On 04/14/2004 03:05 AM Bill Siggelkow wrote: I know of two ways -- If you are using the Struts SSL Extension (http://sslext.sourceforge.net) you can specify if an action

Re: Https forwarding question

2004-04-13 Thread Bill Siggelkow
I know of two ways -- If you are using the Struts SSL Extension (http://sslext.sourceforge.net) you can specify if an action requires HTTPS or not in the struts-config.xml; otherwise, you will need to use absolute URLs for the 'href' attribute and specify the protocol explicitly. Erez Efrati wr

Https forwarding question

2004-04-13 Thread Erez Efrati
This might be a simple question but it's a first time for me. How do I forward using the tag to an action that must be addressed with HTTPS as the protocol scheme? Thanks, Erez