Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
No worries, that's what I thought. Probably from a tapestry perspective it doesn't make a lot of sense but it's not an uncommon use case. I would say it would be an improvement if I could override the default form action and leverage tapestry form components in these situations. On Tue, Nov 10,

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Massimo Lusetti
On Tue, Nov 10, 2009 at 3:42 PM, Jack Nuzbit wrote: > Thanks Massimo but I'm trying to do it the other way around (if I've > understood you correctly). Ops sorry you're right, I did misunderstood you. As others already suggested you should do in plain HTML/JavaScript. Cheers -- Massimo http://

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Thiago H. de Paula Figueiredo
Em Tue, 10 Nov 2009 12:42:25 -0200, Jack Nuzbit escreveu: non-tapestry site. The problem is that in using tapestry components I can't set the action attribute of the form to post to this external site. You could use JavaScript for that as, from a Tapestry perspective, it doesn't make sen

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Ulrich Stärk
Just do it in plain HTML. http://some.other.site/action";> Uli Am 10.11.2009 15:42 schrieb Jack Nuzbit: Thanks Massimo but I'm trying to do it the other way around (if I've understood you correctly). I am hosting the form on a tapestry site which I need to post to an external non-tapestry s

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
Thanks Massimo but I'm trying to do it the other way around (if I've understood you correctly). I am hosting the form on a tapestry site which I need to post to an external non-tapestry site. The problem is that in using tapestry components I can't set the action attribute of the form to post to th

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Massimo Lusetti
On Tue, Nov 10, 2009 at 12:08 PM, Jack Nuzbit wrote: > Hi All, > I've got a rather complex form that I'd like to use the tapestry form > components to initialise but it needs to post externally. > Is there a way to do this with tapestry? Form components require a > surrounding t:form element whic

[T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
Hi All, I've got a rather complex form that I'd like to use the tapestry form components to initialise but it needs to post externally. Is there a way to do this with tapestry? Form components require a surrounding t:form element which then overrides the action. I can't see any way around this with