I am using html:form
action = "someAction"
to refer to an action in struts-config file. I wanted to make that action as https but apparently I cannot replace an absolute path like https://webserver/context/abc.do with someAction
in html:form
. Just wondering is there a property or parameter I can set to make that form submission to an https url?
Thanks