I had it solved by creating some javascript code:

Event.observe(window,'load',addEventHandlers);

function addEventHandlers(event) {
        Event.observe(select, 'change', submitForm);
}

function submitForm(event) {
        var form = $('IdOfTheForm');
        form.submit();
}

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/When-Select-change-value-tp4641947p4642895.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