Without knowing how the delete link renders or how how it's handled in
JavaScript it's difficult to help. Doesn't seem like a Struts issue
yet, though. If it's just a simple link with an onclick it'll still
follow the link unless the onclick handler itself returns false or the
event isn't allowed t
Dave Newton-6 wrote:
>
> Seems more a JavaScript question... Does the click handler eventually
> return
> false so the browser won't actually follow the link?
>
The doDelete() function is my on-click handler which opens the dialog
created by the tag. I was assuming (probably erroneously) tha
2 matches
Mail list logo