On Fri, 26 Oct 2012 11:04:19 -0200, nhhockeyplayer nashua <nhhockeypla...@hotmail.com> wrote:

Ok, I am stubborn.. because it worked fine in T4 without the form.

T5 is not T4. T5 is a complete rewrite, not sharing any code with T4, so don't expect stuff to work in the same way.

But it is housed within a form... from the Home.tml... the form just isnt apparently visible inside the code of my widget.

Home.tml

    <t:form t:id="galleryForm" id="galleryForm" clientValidation="true" >
        <t:errors/>
       <t:Gallery t:id="galleryWidget" id="galleryWidget"
            collectionType="coachClass"
            itemsPerPage="itemsPerPage"
            tableColumns="tableColumns"
            cursor="cursor"
            />

    </t:form>

onchange="this.form.submit()" should work

Again, use the right thing, use event listeners, not onXXX. You seem to be really stubborn to do things the non-recommended way . . . :P

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to