I'm having trouble with specifying that particular forms in my app should use HTTPS instead of HTTP. In our existing struts1 app we created a tag called secureForm and in the JSPs we would reference this whenever we needed the form to post via HTTPS eg <app:secureForm action="/someAction.do" method="post"...> ; Is there a standard tag or tag property we can use in Struts2 that would provide this feature or do we need to write a custom implentation for this?