Re:html:link and ssl

2001-03-20 Thread harald . ruf
Hallo, I am sending my mail again, because I am thinking that the struts mailing list have not get this mail. (I got it not back) I hope, that this is o.k.. here is my example: struts-config: global-forwards .. forward name="login" path="/2/login.jsp"/ .. /global-forwards an now I want

html:link and ssl

2001-03-19 Thread harald . ruf
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

Re: html:link and ssl

2001-03-19 Thread harald . ruf
Hallo, here is my example: struts-config: global-forwards .. forward name="login"path="/2/login.jsp"/ .. /global-forwards an now I want to use in every page something like this: body .. html:link