Re: Using to call an Applet method........

2008-08-15 Thread albertw
Yes, it has. The test button would only be clicked after the applet has completed its init. Is there a reason the won't call an applet method? I've even tried giving the applet tag a name and id. Any other tags to use or other ways of making this work? Thanks At 10:49 PM 8/14/2008, Andrew R

Re: Using to call an Applet method........

2008-08-14 Thread Andrew Robinson
Has the applet had a chance to initialize when the script is run? On Thu, Aug 14, 2008 at 3:48 PM, <[EMAIL PROTECTED]> wrote: > I'm using the tag to call an applet method and it creates this > error. (document.applets[0].rebuildChartUsingCurrentData is not a function > ). > > This is how I'm usi

Using to call an Applet method........

2008-08-14 Thread albertw
I'm using the tag to call an applet method and it creates this error. (document.applets[0].rebuildChartUsingCurrentData is not a function ). This is how I'm using it: The document.applets[0].rebuildChartUsingCurrentData(); works when not in a Trinidad/JSF page. The updateApplet() is called