You're complicating your implementation beyond needed. What you're trying  
is to do two requests in sequence: one to submit the form, other to handle  
an event. This is very error-prone, as it relies on the ordering of the  
arrival of the. Just use a LinkSubmit: the form will be submitted and the  
selected event will be triggered in the same request.

 Well, LinkSubmit didn't works for me. But you are right that my problem was
in ordering of click events. So I got rid off action on click and all my
logic I put to "submitForm" handler. Type of action I send as a hidden
field. It starts finally work even in Safari and Opera.
Many thanks

Libor
-- 
View this message in context: 
http://old.nabble.com/submit-form-on-Safari-and-Opera-doesn%27t-work-tp28081757p28150868.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