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