• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any jsp/html page without theme

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Our Application is based on struts and runs on WPS6 and WAS 6. we have one requirement which came from client that we need to display the next page on the right hand side of parent(first) page itself. So without much modification, we just used <iframes> and with the help of “target” attribute, we are calling next jsp in a frame at RHS of first page.

But the problem we are facing, since the next page is again the part of WebSphere page(in our case Buisness_Intelligence page in WPS), so the theme which holds the header image, is also coming in the next page, which we don’t want now. So, is there any solution, that we can restrict the inclusion of theme in any child page?

Is there any tag or piece of code which if we write in a perticular jsp, then it will not have the impact of themes ?

Thanks,
Manisha
 
reply
    Bookmark Topic Watch Topic
  • New Topic