Still no progress on this.
I forgot to mention that this is with a zone.
@Lance: I rendered a submit button (not hidden, for now):
<t:form ... zone="listZone">
<t:submit t:id="categorySubmit" id="categorySubmit" value="Go"/>
</t:form>
and then
<t:select .... onchange="console.log("onchange executing.");
document.getElementById('categorySubmit').fire('submit')" />
The JavaScript console shows the 'onchange executing." output but
nothing else happens (and no errors).
@Steve
Tried this.form.fire("submit"), with no change. Still nothing happens.
On Sat, Mar 9, 2013 at 12:42 PM, Steve Eynon
<[email protected]> wrote:
> Try this:
>
> this.form.fire("submit")
>
> I've not tried it, but I was looking at:
> http://people.apache.org/~hlship/t5api/coffeescript/forms.html
>
> Steve.
> -------------------------------
> "If at first you don't succeed,
> so much for skydiving!"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]