Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how do i add target attribute in JSP

843838Sep 15 2006 — edited Sep 15 2006
Here is a sample piece of code from my jsp page.
I want to change the target attribute so that the link opens in a frameset style.

I dont want it to open in new window or to open it in the same window. I have a html page which has frameset defined.

<ui:treeNode id="Node1_1" text="Sun Microsystems, Inc." url="http://www.sun.com" target="external">


Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2006
Added on Sep 15 2006
2 comments
51 views