Re: Can't get onclick to work with buttons in Struts

2010-10-20 Thread Dave Newton
AdBlock often causes woes too; we had to rename one of our divs (that isn't an ad) in order to get by the defaults. On Wed, Oct 20, 2010 at 3:20 PM, Brian Thompson wrote: > Noscript causing trouble is common enough that my boss calls my > configuration "Crazyfox"! > > -Brian > > > > On Wed, Oct 2

Re: Can't get onclick to work with buttons in Struts

2010-10-20 Thread Brian Thompson
Noscript causing trouble is common enough that my boss calls my configuration "Crazyfox"! -Brian On Wed, Oct 20, 2010 at 1:55 PM, Dave Newton wrote: > :) > > That's never happened to me. > > Honest. > > No, really. > > Dave -

Re: Can't get onclick to work with buttons in Struts

2010-10-20 Thread Dave Newton
:) That's never happened to me. Honest. No, really. Dave On Wed, Oct 20, 2010 at 2:40 PM, Dave Westerman wrote: > Never mind, stupid user trick! I messed up, it's working now (NoScript was > blocking scripts on localhost, and I didn't notice - DUH!) > > > > ---

Re: Can't get onclick to work with buttons in Struts

2010-10-20 Thread Dave Westerman
Never mind, stupid user trick! I messed up, it's working now (NoScript was blocking scripts on localhost, and I didn't notice - DUH!) - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: Can't get onclick to work with buttons in Struts

2010-10-20 Thread Dave Newton
1) is it rendering as expected? 2) any errors in your JavaScript console? 3) what theme are you using? 4) what version of Struts? Dave On Oct 20, 2010 2:00 PM, "Dave Westerman" wrote: > I am trying to use buttons to open a URL in another window, and also to execute > some JavaScript, and I can't

Can't get onclick to work with buttons in Struts

2010-10-20 Thread Dave Westerman
I am trying to use buttons to open a URL in another window, and also to execute some JavaScript, and I can't get either to work with onclick. Neither of these onclick actions seem to be doing anything. Can someone please tell me what I'm doing wrong, or if there's a better way t