Re: Submit form without t:form component

2016-12-08 Thread David Diaz
Hi Lance, Sorry, I realise my message wasn't as clear. I don't mean submit the form on a clientside event - I mean I want to inject a form onto the page without using a t:form component (so it would be just like a normal HTML form) and then be able to submit it to the server and be able to get a

Re: Submit form without t:form component

2016-12-08 Thread Lance Java
Perhaps the observe mixin could help you? http://t5stitch-lazan.rhcloud.com/observedemo On 8 Dec 2016 11:22 p.m., "David Diaz" wrote: > Hi guys, > > I was wondering if there was any way to submit a form without having a > t:form component and retrieve the data being sent? (e.g ideally a map woul

Submit form without t:form component

2016-12-08 Thread David Diaz
Hi guys, I was wondering if there was any way to submit a form without having a t:form component and retrieve the data being sent? (e.g ideally a map would be accessible and I could just retrieve that data). I need to support this functionality (dynamic forms) and currently I'm doing it by conver