[JBoss JIRA] (RF-12443) <h:inputText/> and <h:inputTextarea/> styleclass attribute being overwritten when using <h:outputStylesheet/>
by John Yeary (JIRA)
John Yeary created RF-12443:
-------------------------------
Summary: <h:inputText/> and <h:inputTextarea/> styleclass attribute being overwritten when using <h:outputStylesheet/>
Key: RF-12443
URL: https://issues.jboss.org/browse/RF-12443
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: skinning
Affects Versions: 4.2.2.Final
Reporter: John Yeary
The styleClass attributes are being overwritten by the skinning from the application. This is in direct contradiction to Section 6.3 of the Developer Guide which states:
Custom style classes
Individual components can use the styleClass attribute to redefine specific elements. These components then use the styles defined in a CSS file instead of the standard look for components as defined by the ECSS stylesheets.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12218) Using quotes in cdk:call expression generate a broken class
by Paul Dijou (JIRA)
Paul Dijou created RF-12218:
-------------------------------
Summary: Using quotes in cdk:call expression generate a broken class
Key: RF-12218
URL: https://issues.jboss.org/browse/RF-12218
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.2.1.Final
Environment: All
Reporter: Paul Dijou
Priority: Critical
If I need to pass a String to a {{<cdk:call expression="..."}}, I'm forced to indicate that's it's a String and not a var. Since I can't use double-quote, the only solution I see is doing the same as in EL : single quote. But it looks like the CDK only copy/paste the expression in the Java code. Problem is single quote in Java class are not what I wanted (and crash the class).
For example :
{code:xml}
<cdk:call expression="renderFacet('brand', facesContext, component)" />
{code}
will generate
{code:java}
renderFacet('brand', facesContext, component);
{code}
but it should generate
{code:java}
renderFacet("brand", facesContext, component);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12434) Replace richfaces-resources-maven-plugin with wro4j-maven-plugin
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12434:
-------------------------------
Summary: Replace richfaces-resources-maven-plugin with wro4j-maven-plugin
Key: RF-12434
URL: https://issues.jboss.org/browse/RF-12434
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.3.0.Milestone1
Reporter: Lukáš Fryč
{{wro4j-maven-plugin}} has many options and is viable alternative for {{richfaces-resources-plugin}}.
What does {{richfaces-resources-plugin}} do additionally, is automatic collecting of resources referenced by components and their order.
---
Though we could use this functionality to generate {{wro4j.xml}} configuration file.
----
Wro4j has mode, when it can {{import}} this xml file, even from classpath.
This would open way to load our configuration of packaging and customize it.
----
Additionally we could load {{wro4j.xml}} and use it as a base for Resource Mapping configuration - or transform it to {{mapping.properties}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months