0 Replies Latest reply on Mar 3, 2008 6:04 AM by thoemmes86

    ValueExpression in CSS File

    thoemmes86

      Hallo,

      I have ab big problem with my WebApplication because I need informations in my CSS file whish are stored in a Java Object.

      So I need something like a Value Expression in my CSS file. Something like this.

      .ButtonStyle
      {
      color:#{ManagedBean.Style.color};
      }
      


      If I use the style tag in my JSP page it is no problem but it doesen't work with a separate file.
      I thought the a4j:loadstyle can manage something like this.

      Has anybody an idea to solve my problem?