[JBoss JIRA] Created: (JBIDE-8216) jsf-tags breaks wtp-capibilites
by nimo stephan (JIRA)
jsf-tags breaks wtp-capibilites
-------------------------------
Key: JBIDE-8216
URL: https://issues.jboss.org/browse/JBIDE-8216
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Environment: JSF, JbossTools
Reporter: nimo stephan
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.
In generally, Jboss Tools should be aware of JSF-Tags and involve them nicely so that the capabilites of WTP are not cut.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months