Hey guys sorry to resurrect this issue. I just got around to fixing this bug :) When I try an inline confirm with javascript on a LinkSubmit (t5) component it will always submit the form. I know that javascript cant assure order of events. Is this basically an issue that doesnt have a solution? Or I guess the solution is no confirm with javascript?
Zack Martijn Brinkers (List)-2 wrote: > > Could you check if the Event.stop(event) works when used directly from > the onclick event handler? > > So in you page tml file use something like: > > <input .... onclick="Event.stop(event); alert('event was stopped');" /> > > Martijn > > -- View this message in context: http://www.nabble.com/Confirm%28%22are-you-sure-want-to-delete%22%29-in-%3Caction-link%3E-tp20968491p21847254.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