Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread Dave Newton
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

Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread RogerV
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