On Mon, 19 Mar 2001 [EMAIL PROTECTED] wrote:

> Hallo,
> 
> I have some problems with the struts html-tag link with the 
> properties forward or page. I want to use this tag with ssl. It doesn't 
> create the link, because the method in  
> org.apache.struts.util.RequestUtils throws in the method 
> absoluteURL a MalformedURLException because unknown 
> protocol. 
> Do I need some additional package for ssl? Or is there a other 
> solution?
> 

Could you give an example of how you are trying to do this?

Note that trying to use the "page" attribute only works within the current
web application (the path you give it is context-relative beginning with a
"/").  To go to a different web application, or to switch from SSL to
non-SSL or back, you will need to make sure you generate a redirection,
either by using the "href" attribute, or by referencing a <forward>
element that has redirect="true" on it.

> Thanks for help
> 
> Harald
> 

Craig


Reply via email to