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
rt renderSupport;
>
>@AfterRender
>public void afterRender() {
>renderSupport.addScript(alert);
> }
> }
>
> Basically, when you click the button, the browser says the JSAlert function
> is not defined.
&
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