[JBoss JIRA] Created: (RF-9877) rich:dataTable - shows empty headers with no header facet but sortBy for column defined
by Lukas Fryc (JIRA)
rich:dataTable - shows empty headers with no header facet but sortBy for column defined
---------------------------------------------------------------------------------------
Key: RF-9877
URL: https://jira.jboss.org/browse/RF-9877
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20220
Metamer 4.0.0-SNAPSHOT r.unknown
Mojarra 2.0.3-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Firefox 3.6.12 @ Linux x86_64
Reporter: Lukas Fryc
<rich:dataTable value="#{model.capitals}"
var="capital">
<rich:column id="columnState" sortBy="#{record.state}">
<h:outputText value="#{capital.state}" />
</rich:column>
<rich:column id="columnCapital">
<h:outputText value="#{capital.name}" />
</rich:column>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9856) rich:calendar failes with datePattern
by Jason Lee (JIRA)
rich:calendar failes with datePattern
-------------------------------------
Key: RF-9856
URL: https://jira.jboss.org/browse/RF-9856
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: Future_4.X
Environment: Mac, GlassFish 3.1, Chrome 7, Safari 5, FF 3.x and 4b7
Reporter: Jason Lee
If I add a datePattern to rich:control, I get the following error in my JS console:
Cannot call method 'toLowerCase' of undefined
Here is my markup:
<rich:calendar value="#{bean.foo}" popup="true" datePattern="yyyy/mm/dd hh:mm a"/>
For the record, if I leave datePattern off, the component functions as expected.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9871) Calendar component: Invalid JavaScript regular expression in parseDate method.
by Andrey Markhel (JIRA)
Calendar component: Invalid JavaScript regular expression in parseDate method.
------------------------------------------------------------------------------
Key: RF-9871
URL: https://jira.jboss.org/browse/RF-9871
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Andrey Markhel
Assignee: Pavel Yaschenko
Fix For: 4.0.0.Milestone5
When calendar unit tests have executed, log contains the following error:
29.11.2010 18:44:12 com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy doAction
WARNING: Unclosed character class near index 27
([.*+?^<>=!:$\{\}()[\]\/\\])
^
java.util.regex.PatternSyntaxException: Unclosed character class near index 27
([.*+?^<>=!:$\{\}()[\]\/\\])
^
at java.util.regex.Pattern.error(Pattern.java:1713)
at java.util.regex.Pattern.clazz(Pattern.java:2254)
at java.util.regex.Pattern.sequence(Pattern.java:1818)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.group0(Pattern.java:2530)
at java.util.regex.Pattern.sequence(Pattern.java:1806)
at java.util.regex.Pattern.expr(Pattern.java:1752)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months