1 Reply Latest reply on Jun 6, 2008 4:21 AM by benjes

    RichFaces ignorres CSS attributes in style

    benjes

      Hi,

      I am trying to set some CSS style attibutes using the style="..." attribute.
      That works fine if you use standard CSS attributes but I am trying to use CSS3 spatial navigation attributes (nav-index, nav-down, nav-left etc)

      e.g.

      <a4j:commandLink href="#" id="Link1ID" value="Link1" style="nav-index:1;nav-down:#Link2ID"/>
      <a4j:commandLink href="#" id="Link2ID" value="Link2" style="nav-index:2;nav-up:#Link1ID"/>


      That generates an empty style="" attribute. Is RichFaces should just pass the content of the syle attribute on, it shouldn't check it.

      Regards

      Immo