Re: [T5] Idiot Javascript question

2008-11-26 Thread Lance White
A - cheers, worked fine. Thanks Lance -- View this message in context: http://www.nabble.com/-T5--Idiot-Javascript-question-tp20699079p20703334.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [T5] Idiot Javascript question

2008-11-26 Thread Andreas Andreou
rt renderSupport; > >@AfterRender >public void afterRender() { >renderSupport.addScript(alert); > } > } > > Basically, when you click the button, the browser says the JSAlert function > is not defined. &

[T5] Idiot Javascript question

2008-11-26 Thread Lance White
ort; @AfterRender public void afterRender() { renderSupport.addScript(alert); } } Basically, when you click the button, the browser says the JSAlert function is not defined. TIA Lance -- View this message in context: http://www.nabble.com/-T5--Idiot-Javascript-quest