I use html:form action = "someAction" to reference the action in the struts-config file. I wanted to do this as https, but apparently I cannot replace the absolute path, for example https: //webserver/context/abc.do with someAction in html:form . Just wondering if there is a property or parameter that I can configure to submit this form to https-url?
thanks
source share