[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3750) Make CA for EL in Styles on Xhtml pages.
Anton Klimkovich (JIRA)
jira-events at lists.jboss.org
Wed Feb 4 13:03:44 EST 2009
Make CA for EL in Styles on Xhtml pages.
----------------------------------------
Key: JBIDE-3750
URL: https://jira.jboss.org/jira/browse/JBIDE-3750
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
1.
EXECUTE: Create JSFwithFacelets project
EXECUTE: Open greeting.xhtml
EXECUTE: Type <h:outputText value="AnyValue" style="color:#{}" /> ()
EXECUTE: Set cursor into color:#{|}" and call CA
FAILURE: CA doesn't work.
Works on jsp pages.
2.
<style type="text/css">
input[type="button"], input[type="submit"] {
background-color:#{|};
}
</style>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list