IntelliJ Java IDE
The moose likes JSP and the fly likes Tabs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Tabs " Watch "Tabs " New topic
Author

Tabs

dsw dsw
Greenhorn

Joined: Jan 31, 2003
Posts: 6
I have an application which creates a frame/window. I have deployed a java application withhin the frame. This java application has jsp pages too. When i click on the tabs within the jsp file. It occupies the entire window instead of occupying just the frame. Any suggestions ?
Thanks
matt hooker
Ranch Hand

Joined: Jul 26, 2001
Posts: 46
would need to see the code really - sounds like you are not giving the correct 'target' to the links ...


Its not what you do, its the way you say you've done it.
matt hooker
Ranch Hand

Joined: Jul 26, 2001
Posts: 46
By the way ... you should change your name to fit in with the ranches naming convention ... just to be polite
 
 
subject: Tabs
 
Threads others viewed
Design Question
Best strategy for handling actions across multiple windows?
scrollbar for JTabbedPane
How to open a Maximised Window (urgent)
Is there a way to listen to mouse events without a window (or outside a window)?
IntelliJ Java IDE