> Hi all,
> I have a strange problem.
..applet, problem, strange? LOL!
>...I have a page with an applet, and I invoke
> several applet methods through javascript. When I access web
[quoted text clipped - 3 lines]
> application (i.e: http://1.1.3.78:8080/url) and I go to that page, I
> get an exception
If it's a NotEnoughCatsException, I recommend you add
at least three cats (or 5 kittens) to the mix.
If it is some other exception, I suggest you state it exactly.
>..when I try to invoke applet methods. I don't know the
> reason, the rest of the web application works fine no matter I use
> hostname or ip. I'm using Tomcat.
> Have anybody an idea?
What does the applet return for getDocumentBase()/getCodeBase()
and JS return for ..where it thinks it is. If they have different
ideas
about where they are, that might be resulting in a 'cross-domain'
security clamp down.
Andrew T.
besbello - 08 Sep 2006 10:08 GMT
Exception is 'TypeError: Object doesn't support this property or
method'
In both cases (using ip and using hostname), both applet and js know
they are in the same place. Applet getCodeBase() returns the same
host/ip as Javascript document.URL
Andrew Thompson ha escrito:
> > Hi all,
> > I have a strange problem.
[quoted text clipped - 26 lines]
>
> Andrew T.
Andrew Thompson - 08 Sep 2006 10:37 GMT
> Exception is 'TypeError: Object doesn't support this property or
> method'
Please refrain from top-posting, but more importantly,
note the 'Quote'.
<http://groups.google.com/groups/profile?enc_user=7mTjyhYAAADCSWBnolz9mAH1YeBMyEJ
To4cocwWvDVg2RHsu8f1bCg>
Andrew T.
besbello - 08 Sep 2006 11:05 GMT
Ok, sorry
Andrew Thompson ha escrito:
> > Exception is 'TypeError: Object doesn't support this property or
> > method'
[quoted text clipped - 4 lines]
>
> Andrew T.
besbello - 08 Sep 2006 11:03 GMT
> Andrew Thompson ha escrito:
>
[quoted text clipped - 15 lines]
> >
> > If it is some other exception, I suggest you state it exactly.
Exception is TypeError: Object doesn't support this property or
method
> > >..when I try to invoke applet methods. I don't know the
> > > reason, the rest of the web application works fine no matter I use
[quoted text clipped - 8 lines]
> >
> > Andrew T.
In both cases (using ip and using hostname), both applet and js know
they are in the same place. Applet getCodeBase() returns the same
host/ip as Javascript document.URL
Andrew Thompson - 08 Sep 2006 11:57 GMT
> > Andrew Thompson ha escrito:
...
> > > >...I have a page with an applet, and I invoke
> > > > several applet methods through javascript. When I access web
[quoted text clipped - 3 lines]
> > > > application (i.e: http://1.1.3.78:8080/url) and I go to that page, I
> > > > get an exception
..
> Exception is TypeError: Object doesn't support this property or
> method
So I am guessing that since the applet methods
never get invoked, there is no Java exception.
Could you confirm that the Java console is empty?
> > > >..when I try to invoke applet methods. I don't know the
> > > > reason, the rest of the web application works fine no matter I use
[quoted text clipped - 6 lines]
> > > about where they are, that might be resulting in a 'cross-domain'
> > > security clamp down.
...
> In both cases (using ip and using hostname), both applet and js know
> they are in the same place. Applet getCodeBase() returns the same
> host/ip as Javascript document.URL
...hmm. I'm a little stumped.
Is there is a publicly available version of this applet
that we can visit?
( Noticed your other post re the email - since you
apparently got my message, it's cool. )
Andrew T.