AW: how to get the target frame

2001-08-22 Thread Andreas Leitner



 -Ursprüngliche Nachricht-
 Von: Jann VanOver [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 21. August 2001 23:26
 An: '[EMAIL PROTECTED]'
 Betreff: RE: how to get the target frame
 
 I don't think you can get it.  That's a client thing, not a server
 thing.
 

Right, fortunately I can move my logic from the server to the client.
And there I can get the frame name via self.name. It's a bit of a
hack, but it works.

Thanks for your hint!


Andreas




how to get the target frame

2001-08-21 Thread Andreas Leitner


Hi,

Is it possible to determine the target frame from within a Servlet (or
better Custom Tag, but I assume once, I know how to do it from a
Servlet, I can do it from a Custom Tag as well).

This information must be somewhere, or am I mistaken?

Many thanks in advance,
Andreas