• 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

Struts Portlet Framework

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

I want to use an existing style sheet into my struts portlet framework.
How do i do this?

When i m using the same stylesheet with the struts framework it is working fine.
i have stored this stylesheet as webcontent-->theme-->mystyle.css n m including it in my jsp as '<LINK href="/theme/mystore.css" type=text/css rel=stylesheet>'. it's working fine under Struts framework.

plz help.
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moely, Welcome to Javaranch!
We have a seperate forum for struts related questions. Folks there can help you.
Moving this struts forum.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in portlets u need to use the style class from ur CSS sheets explicitly in your html tags. since the portal itself will be having CSS, if u dont use the class explicitly then the CSS will be applied to the whole page which might include the Portal framework content also.

hope this helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic