Hi hoboy2,

in your component, it's better to use the usually used folder /osafe/webapp/osafe/image for your public files.

you have to check if your component configuration contained in the /osafe/webapp/osafe/WEB-INF/web.xml is as follow (in bold) :

    <filter>
        <filter-name>ContextFilter</filter-name>
        <display-name>ContextFilter</display-name>
<filter-class>org.ofbiz.webapp.control.ContextFilter</filter-class>
<init-param><param-name>disableContextSecurity</param-name><param-value>N</param-value></init-param>
*        <init-param>**
**            <param-name>allowedPaths</param-name>**
**<param-value>/error:/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images</param-value>**
**        </init-param>*
<init-param><param-name>errorCode</param-name><param-value>403</param-value></init-param>
<init-param><param-name>redirectPath</param-name><param-value>/control/main</param-value></init-param>
    </filter>
<filter-mapping><filter-name>ContextFilter</filter-name><url-pattern>/*</url-pattern></filter-mapping>

Kind regards,

Julien.

Le 29/02/2016 10:33, hoboy2 a écrit :
Hi

Julien wrote:Are they contained in a theme component or in a hotdeploy
component ?
They are contained in the hotdeploy.
This is the path in the hotdeploy in the folder:
/hot-deploy/osafe/webapp/osafe/common/test/css/cssbootstrap.min.css

This is how I refert to it in the screen.xml
  <set field="layoutSettings.styleSheets[]"
value="/osafe/webapp/osafe/common/test/css/cssbootstrap.min.css"
global="true"/>

But the cssbootstrap.min.css i not applied, is there somewhere else I hould
do some configuration ?

Thanks in advance





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/New-Screen-css-layoutSettings-issue-tp4677488p4677542.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to