[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

julien@jboss.com do-not-reply at jboss.com
Mon Feb 5 10:57:16 EST 2007


basically we should rather support something like :

<header-content>
  | <markup><![CDATA[
  |          <link rel="stylesheet" type="text/css" href="@CONTEXT_PATH@/css/screen.css" title="" media="screen"/>
  |          <script type="text/javascript" src="@CONTEXT_PATH@/portlet-styles/HeaderContent.js"/>
  | ]]></markup>
  | </header-content>

where @CONTEXT_PATH@ would be replaced by the value of the portal context path.

That would let more freedom in what the developer can do at the cost of maybe having invalid or conflicting markup.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011409#4011409

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011409



More information about the jboss-user mailing list