Bear Bibeault wrote:
Or are you trying to move it into this position as part of an animation?
David Newton wrote:Is it working if you don't open the new window?
My guess would be that since the tokens are generated on a session level that there's an entirely new token in the new window (since it's a new request), which basically blasts away the old one from the original window. I can't think of a trivial way around this, if that's what's actually wrong.
Use a dynamic result? You can use OGNL expressions in result declarations.
Why? There's almost never any reason to build a result dynamically in the code itself (and I suspect it's difficult enough to be impractical). What are you trying to do that you don't believe can't be done via normal means?