Re: Problem with delete confirmation and s:a with ajax

2007-06-11 Thread eschedel
the > request" here: > > http://struts.apache.org/2.x/docs/ajax-tags.html > > musachy > > On 6/6/07, eschedel <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I have a problem with a delete confirmation of struts2 and ajax. I using >> fol

Problem with delete confirmation and s:a with ajax

2007-06-06 Thread eschedel
Hi, I have a problem with a delete confirmation of struts2 and ajax. I using following " title=""/> with the javascript function: function confirmDelete() { check = confirm('Do you really want to delete the entry?'); if ( !check ) { return false;