Re: Select does not submit form on change

2009-12-09 Thread sandeepraj singh
. :) Thank you -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26707889.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Select does not submit form on change

2009-12-09 Thread Inge Solvoll
development checklist to check that there is no submit button with name as submit. Thanks sandeep Mite wrote: I removed the submit button and it works indeed. Thank you for the answer. -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change

Re: Select does not submit form on change

2009-12-09 Thread sandeepraj singh
button and it works indeed. Thank you for the answer. -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26708037.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Select does not submit form on change

2009-12-09 Thread Inge Solvoll
: users-h...@tapestry.apache.org -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26709309.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Select does not submit form on change

2009-12-09 Thread Vangel V. Ajanovski
On 09.12.2009 11:24, sandeepraj singh wrote: Its because, when you do not assign t:id to a submit button, it assigns name=submit which has a conflict with any other submit in your page(even through java Script) i got it working with t:id=My Submit then even on Change works. Huh :( I

Re: Select does not submit form on change

2009-12-09 Thread Thiago H. de Paula Figueiredo
Em Wed, 09 Dec 2009 16:10:44 -0200, Vangel V. Ajanovski a...@ii.edu.mk escreveu: - t:id=my submit - works AFAIK, t:id can't have a space on it. - id=my submit does not work Does this mean that theoretically a single component can have two id-s? One tapestry id, and another non-tapestry

Re: Select does not submit form on change

2009-12-08 Thread Mite
://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26692063.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

RE: Select does not submit form on change

2009-12-08 Thread Newham, Cameron
The only way I got this to work was via Javascript called from the select to do the submit. -Original Message- From: Mite [mailto:mitemeis...@gmail.com] Sent: 08 December 2009 10:58 To: users@tapestry.apache.org Subject: Re: Select does not submit form on change Thank you

Re: Select does not submit form on change

2009-12-08 Thread Inge Solvoll
://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26692063.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Select does not submit form on change

2009-12-08 Thread Mite
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

Re: Select does not submit form on change

2009-12-08 Thread Inge Solvoll
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

Re: Select does not submit form on change

2009-12-08 Thread Vangel V. Ajanovski
smime.p7s Description: S/MIME Cryptographic Signature

Re: Select does not submit form on change

2009-12-08 Thread Vangel V. Ajanovski
Sorry, but there might be some problem with the mailing list, my message was considered as a SPAM and first the text was removed from the message, and the next time I got info that it was considered as SPAM. I am sending the message again. On 08.12.2009 02:47, Mite wrote: I have written this

Re: Select does not submit form on change

2009-12-08 Thread Vangel V. Ajanovski
On 09.12.2009 01:33, Vangel V. Ajanovski wrote: But, the bad thing is that here Thiago's solution does not help - with it I get an Event.observe is not a function And now it does not work even in IE. Now I am replying to myself ;) Of course it doesn't work - prototype is not

Re: Select does not submit form on change

2009-12-08 Thread Mite
I removed the submit button and it works indeed. Thank you for the answer. -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26703632.html Sent from the Tapestry - User mailing list archive at Nabble.com

Select does not submit form on change

2009-12-07 Thread Mite
this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26687467.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Select does not submit form on change

2009-12-07 Thread Inge Solvoll
the submit button, I get output in the console. I am stuck the whole night on this. Thank you -- View this message in context: http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26687467.html Sent from the Tapestry - User mailing list archive at Nabble.com