You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Bruce Altner <ba...@hq.nasa.gov> on 2002/05/14 22:09:44 UTC

change target window

I need to specify a different window as the target of an href. On the 
template side I simply add this to the href tag, i.e.,

<A 
HREF="${link.setPage("FileBroker.vm").setAction("FileBroker")}" 
TARGET="FileBroker">

but I also need to do this from the action class, so that I can direct an 
action in one window to take place in another. NOTE: by requirement, I am 
not allowed to use javascript, so this easy route is not available to me.

Is there a way to specify the target window in the TemplateLink class or 
some other class? Would it be possible to extend TemplateLink to 
incorporate this attribute?

Thanks,
Bruce


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>