I dont directly specify any URL with the <s:form> tag - I use the <s:form>
tag with an action parameter as in <s:form action="login"...>

I want the login action to be invoked via https.

For example, the <s:url> tag has a parameter called scheme, which can be be
set to https - I dont see anything similar in the <s:form> tag.

I am sure I am missing something. Requiring a login form to be submitted via
https seems like a basic need for which there has to be a simple solution.

Thanks
SN


yitzle wrote:
> 
> On 8/16/07, Srinivas.N. <[EMAIL PROTECTED]> wrote:
>>
>> Struts 2 - Is there a way by which I can configure a form submission to
>> use
>> https?
>>
>> Thanks
>> SN
> 
> You should be able to specify the <s:form > url to point to any URL,
> including https
> I am using Axis, though, and it doesn't nativaly support https. It can
> be done, but I found it to be a pain
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--How-to-use-https-on-form-submissions--tf4277986.html#a12194498
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to