Skip to Main Content

Application Development Software

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!

CSS for WSRP Struts Portlets

792041Aug 20 2010 — edited Aug 24 2010
I have a Struts 1.3 Portlet running in WLP 10.3.2. The css inside JSP displays right in a web-app. But when I expose over WSRP, the css is not getting applied.

Here is the simple jsp I have:

test.jsp
-----------------------
<style type="text/css">

.test{
border: 2px solid red;
background-color : blue;

}
</style>

<span class="test">CSS Testing</span>


Qn. 2)
Do I need to have html,head and body tags for Portlets that I want to expose over WSRP?

Qn3) Do I need to go for render dependencies here..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2010
Added on Aug 20 2010
3 comments
823 views