3 Replies Latest reply on Jan 25, 2011 6:39 AM by akazakov

    jsf-tags breaks wtp-capibilites

    nimo22

      With Eclipse WTP, I can click a css-class within a html-editor to jump automatically to that css-class.

       

      This only works, when referencing the html with the stylesheet:

       

      <link rel="stylesheet" href="style.css" type="text/css"/>

       

      But when using the jsf-tag:

       

      <h:outputStylesheet name="style.css" type="text/css"/>

       

      then the linking between html and css does no more work!

       

       

      So it would be nice, if jboss-tools does resolve such an issue.

       

      Am I right? If so, I can make a feature request.