[JBoss JIRA] (RF-12063) rich:notifyMessages not displaying error from valueChangeListener
by Brendan Healey (JIRA)
Brendan Healey created RF-12063:
-----------------------------------
Summary: rich:notifyMessages not displaying error from valueChangeListener
Key: RF-12063
URL: https://issues.jboss.org/browse/RF-12063
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.2.0.Final
Environment: Mojarra 2.1.7, RF 4.2.0.Final, Windows 7, Glassfish 3.1.2, Chrome browser.
Reporter: Brendan Healey
I have a global notifyMessages in a template <rich:notifyMessages stayTime="3500"/>.
I log a global error in the usual way from a value change listener (process validations
phase):
FacesMessage message = getFacesMessage(errKey);
message.setSeverity(FacesMessage.SEVERITY_ERROR);
FacesContext.getCurrentInstance().addMessage(null, message);
but the error never appears. If I have an h:messages on the page which is ajax
rendered the message appears ok.
Regards,
Brendan.
--
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, 9 months
[JBoss JIRA] (RF-11544) RichFaces BOM jsf-* dependencies should be fixed
by Karel Piwko (Created) (JIRA)
RichFaces BOM jsf-* dependencies should be fixed
------------------------------------------------
Key: RF-11544
URL: https://issues.jboss.org/browse/RF-11544
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.1.0.Milestone2
Reporter: Karel Piwko
Description of problem:
RichFaces bom contains com.sun.faces for jsf-api definition.
Version-Release number of selected component (if applicable):
4.1.0-20110910-M2-redhat-1
How reproducible:
Always.
Steps to Reproduce:
1. Import org.richfaces:richfaces-bom
Actual results:
There is com.sun.faces:jsf-api and com.sun.faces:jsf-impl
Expected results:
There should be javax.faces:jsf-api and com.sun.faces:jsf-impl
--
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, 9 months
[JBoss JIRA] (RF-12107) Kitchensink archetype - comments additions to the generated pom.xml
by Juraj Huska (JIRA)
Juraj Huska created RF-12107:
--------------------------------
Summary: Kitchensink archetype - comments additions to the generated pom.xml
Key: RF-12107
URL: https://issues.jboss.org/browse/RF-12107
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: archetype
Affects Versions: 4.2.0.Final
Environment: app generated by Kitchensink archetype
Reporter: Juraj Huska
Priority: Optional
I would like to suggest some comments additions, to increase user's comprehension.
- _To the comment above arq-jbossas-managed profile:_
There should be mentioned that you have to provide path to your JBoss instance, by changing the jbossHome property in arquillian.xml, or we can alter the profile to download and unzip JBoss distribution as it is [here|https://github.com/richfaces/qa/blob/master/pom.xml#L559].
- _In the same comment as mentioned above_
There should be definitely mentioned the version of JBoss AS it works with, or there should be this version defined explicitly, since it does not work with all AS 7 distributions
- _The comment above arq-jbossas-remote profile_
There is the same problem with JBoss AS versions as mentioned above.
--
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, 9 months
[JBoss JIRA] Created: (RF-8210) switchType=ajax on modalPanel
by Gonzalez Adrian (JIRA)
switchType=ajax on modalPanel
-----------------------------
Key: RF-8210
URL: https://jira.jboss.org/jira/browse/RF-8210
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Gonzalez Adrian
Lately, I'm mostly (80% of times) rendering my rich:modalPanels in ajax mode [1] :
- a4j:commandButton calls a backing bean method, and rerenders the a4j:outputPanel surrounding rich;modalPanel.
oncomplete js handler call Richfaces.showPanel.
- the rich:modalPanel is inside a a4j:outputPanel nd its rendered attribute points to a backing bean property.
This is because each modalPanels weights more or less 5 ko (I've seen 4 different application and it was always at least 5 ko).
This code is repetitive.
Could it be possible to add a switchType (or mode) attribute on rich:calendar, the meaning of which would be :
1. if switchType=client, behaviour unchanged.
2. if switchType=ajax, Richfaces.showModal would make an ajax call, rerender the rich:modalPanel (so rich:modalPanel would always be contained in an invisible <span> or shting like this) and show it.
--
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
12 years, 9 months
[JBoss JIRA] Created: (RF-11392) rich:collapsibleSubTable - can't scroll in Mojarra
by Jan Papousek (JIRA)
rich:collapsibleSubTable - can't scroll in Mojarra
--------------------------------------------------
Key: RF-11392
URL: https://issues.jboss.org/browse/RF-11392
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30
RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Reporter: Jan Papousek
Open Metamer page in */faces/components/richCollapsibleSubTable/scroller.xhtml*:
*The First Problem*
- User can't move to the page 3 using the button *»*.
- Number buttons work properly.
*The Second Problem*
- Move in the *Men* section to the second page
- Move in the *Women* section to the second page.
- The first page in the section *Men* is displayed (wrong).
----
Using MyFaces everything is OK.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months