I will be more specific then.

What you need to do is:

- Use Firefox and Firebug (or some other request monitoring tool) to see
what happens when you select something in your select. Is any event trigered
in the browser. Is something sent to the server?

- Check on the server side if the page class is at all contacted. Set a
breakpoint in your onActivate method or something similar.

On Tue, Dec 8, 2009 at 12:18 PM, Mite <mitemeis...@gmail.com> wrote:

>
> No, I just have the function:
>
> void onSubmit() {
>        System.out.println("Value changed!");
> }
>
> <t:selectObject t:id="courses" list="courses" value="currentCourse"
> labelField="literal:courseId" onChange="this.form.submit();"/>
>
> which prints to console when a submit is made, but it does not print
> anything when I change the value.
>
>
> Are you using some debug tool to verify if a request is sent to the server?
> Like firebug in firefox? Are you getting a javascript error when you select
> something?
>
>
> --
> View this message in context:
> http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26692303.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