On Tue, 06 Nov 2007, skatz wrote: > The problem is, the onClick() method does not seem to be getting called > (does not stop in eclipse debugger at the breakpoint, and observed behavior > is as if it is not being called). So my question is, what am I doing wrong?
Have you checked that onClick() gets called without the decorator? Have you looked at the results on the Javascript console of Firefox and Javascript debugger of FireBug? Have you looked at the wicket Ajax debug window (on development mode) while clicking? > I expected the onClick() method to be called. Is it possible for a > javascript function to fail in such a way that the rest of the script would > not be called? I put an alert() at the end of the saveAllForms() function I think so, yes, because I think that this is sometimes used for Javascript confirmation popups. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
