[JBoss JIRA] Created: (RF-9552) Accordion doesn't work inside form named form
by Pavol Pitonak (JIRA)
Accordion doesn't work inside form named form
---------------------------------------------
Key: RF-9552
URL: https://jira.jboss.org/browse/RF-9552
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19661
Metamer 4.0.0-SNAPSHOT r.19661
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
Reporter: Pavol Pitonak
<h:form id="form">
<rich:accordion id="accordion">
<rich:accordionItem header="Item 1">
content of item 1
</rich:accordionItem>
<rich:accordionItem header="Item 2">
content of item 2
</rich:accordionItem>
</rich:accordion>
</h:form>
The code above causes a syntax error in JavaScript. Chrome reports this in its console:
Uncaught Syntax error, unrecognized expression: Syntax error, unrecognized expression: accordion
Workaround exists.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-10713) Messages: add attribute that will render a list
by Pavol Pitonak (JIRA)
Messages: add attribute that will render a list
-----------------------------------------------
Key: RF-10713
URL: https://issues.jboss.org/browse/RF-10713
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22080
Reporter: Pavol Pitonak
Attachments: messages.png
In 4.0.0.CR1 rich:messages renders all messages in one line which is very difficult to read (see screenshot). Add some attribute that will cause rich:messages to render a list with messages below each other like in 3.3.x similarly to h:messages.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11420) RF4 calendar doesn't accept AJAX events
by Edilmar Alves (JIRA)
RF4 calendar doesn't accept AJAX events
---------------------------------------
Key: RF-11420
URL: https://issues.jboss.org/browse/RF-11420
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.Final
Environment: NetBeans7 + GlassFish3.1 + Weld/CDI1.1 + Mojarra/JSF2.1 + RichFaces4.0.0Final + Firefox4-6/Chrome9-12.
Reporter: Edilmar Alves
if I put rich:calendar + a4j:ajax, it occurs this exception: <a4j:ajax> blurevent is not supported for the UICalendar.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11553) Example: IRC Client Application don't work in glassfish 3.1
by Clayton Passos (Created) (JIRA)
Example: IRC Client Application don't work in glassfish 3.1
-----------------------------------------------------------
Key: RF-11553
URL: https://issues.jboss.org/browse/RF-11553
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.1.0.Milestone2
Environment: Glassfish 3.1
Windows 7
Netbeans 6.9.1
Reporter: Clayton Passos
irc-client example, don't work in glassfish 3.1
GRAVE: Exception while loading the app
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.NoClassDefFoundError: org/richfaces/application/Initializable
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:117)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
--
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
13 years