I have the following:
#linkTo(text="Delete", action="deleteitem", confirm="Are You Sure???", remote=true)#
It seems when I press the Cancel button on the pop-up, it still goes ahead and runs the action. What am I missing? Is there a parameter I need to check?
Note that confirm="..." works fine when no remoteFormHelpers are involved.
I have the following:
#linkTo(text="Delete", action="deleteitem", confirm="Are You Sure???", remote=true)#
It seems when I press the Cancel button on the pop-up, it still goes ahead and runs the action. What am I missing? Is there a parameter I need to check?
Note that
confirm="..."
works fine when no remoteFormHelpers are involved.