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
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;
2 matches
Mail list logo