I think it's more a prototype issue than a Tapestry issue

I think you can stop the event with:

Event.stop(event);

So your onclick should look something like

onclick="if(!confirm('Are you sure want to delete?'))
Event.stop(event);"


Regards,

Martijn Brinkers
 

On Fri, 2008-12-12 at 11:25 +0100, Andy Pahne wrote:
> This is sad. We cannot even fill a JIRA, because "Confirm" is not part 
> of the framework.
> 
> Andy
> 
> 
> 
> zack1403 schrieb:
> > I am using the confirm functionality as a component and am having similar
> > problems.  Confirm does not work with the linkSubmit component.  It is
> > currently a major bug in my app. 
> >
> > Zack
> >
> > Tan cyb...@n wrote:
> >   
> >> hi,
> >>
> >> i'm a newbie in  tapestry.  may i know is it possible to do like:
> >>
> >> <t:actionlink t:zone="zoneFormView" t:id="toolbarDel" t:context="${id}"
> >> onclick="if(!confirm('Are you sure want to delete?')) return
> >> false;"><button> images/deleteRecord24.png </button></t:actionlink>
> >>
> >> I have tried to put in <button> as well, but after choose cancel.  it will
> >> still submit.  May i know how to avoid the postback?
> >> Thank you.
> >>
> >> Tan
> >>
> >>
> >>     
> >
> >   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to