I'm having trouble with specifying that particular forms in my app should use HTTPS instead of HTTP. In Struts 1 you could use something like the <html:secureForm action="/someAction.do" method="post"...> tag; what is its equivalent in OGNL? Also is there any info/reference docs on this you can suggest I take a look at - unfortunately googling didn't turn up much for me.