+1 on this!

We have the same use case in our new app.

We have so far solved it with a URLRewrite filter. This is a clumsy way of
doing it IMHO. A parameter on the Form component would be much cleaner.

Olle Hallin
Senior Java Developer and Architect
olle.hal...@crisp.se
www.crisp.se


2009/10/2 Daniel Jones <d...@murieston.com>

>
> Hi There,
>
> Is there any way to tell a form to post using https.  What I was ideally
> looking for was an extra parameter on the Form component, for example:
>
> <t:form t:id="form1" t:secure="true">
>  ...
> </t:form>
>
> Just so you have an idea of what I'm trying to achieve.  I have a login
> form
> on every page (this is part of my layout component) and I don't want every
> page to be served over https.  So a way of telling the form that it should
> be posted to the https version of the current page.
>
> Many Thanks,
> Daniel
> --
> View this message in context:
> http://www.nabble.com/T5---Post-Form-To-SSL-tp25708078p25708078.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to