[JBoss JIRA] (RF-12028) a4j:outputPanel - Error message enhancement
by Jean ANDRE (JIRA)
Jean ANDRE created RF-12028:
-------------------------------
Summary: a4j:outputPanel - Error message enhancement
Key: RF-12028
URL: https://issues.jboss.org/browse/RF-12028
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Environment: JSF / Mojarra 2.1.6 - cssparser-0.9.6 - guava-11.0.1 - hibernate-validator-4.2.0.Final - springframework 3.0.6.RELEASE - richfaces--4.2.0.Final - sac-1.3 - FireFox 10 - WAS 8.0.0.1 / Windows 7
Reporter: Jean ANDRE
When we set an non existing attribute on a4j:outputPanel, for eg. "class" because we have converted a div to a a4j:outputPanel, the error message displayed at the user interface does not inform the developer about the faulty component neither pinpoint the bad attribute. The message we got is only :
> Error 500: javax.servlet.ServletException: Setter not found for property class
This error message is not very helpful to debug.... ;)
{code}
<a4j:outputPanel id="product"
layout="block"
class="dark-box"
rendered="#{productBean.expanded eq true}">
{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, 5 months
[JBoss JIRA] Created: (RF-11291) Metamer: rich:CollapsibleSubTable: Filtering example doesn't work at all (MyFaces, IE9)
by Ján Jamrich (JIRA)
Metamer: rich:CollapsibleSubTable: Filtering example doesn't work at all (MyFaces, IE9)
---------------------------------------------------------------------------------------
Key: RF-11291
URL: https://issues.jboss.org/browse/RF-11291
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686, IE9 as well
Reporter: Ján Jamrich
Example for collapsibleSubTable doesn't work as expected.
If filtering criteria entered and performed BLUR event nothing happens to data in subtable. If then enter another filtering criteria, filtering performed, but with previous filtering criteria.
So, if I firstly enter "President" into filtering input in column Title, and blur this input, nothing happens. Then I enter "Director" to this input and blur. Then table get filtered, and only records matching filtering criteria "President" are displayed. It is quite confusing to see in filtering input value "Director" and in columns only data "President"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-11287) Metamer: a4j:outputPanel doesn't update value in outputPanel until explicit rerendering fired (MyFaces)
by Ján Jamrich (JIRA)
Metamer: a4j:outputPanel doesn't update value in outputPanel until explicit rerendering fired (MyFaces)
-------------------------------------------------------------------------------------------------------
Key: RF-11287
URL: https://issues.jboss.org/browse/RF-11287
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686, IE9 (not browser specific)
Reporter: Ján Jamrich
On Metamer page with outputPanel example (faces/components/a4jOutputPanel/simple.xhtml) is value updated by clicking on a4j:button not updated withing outputPanel until explicit page rerendering fired (by updating attribute value, or click on "Rerender all" button.
Seems to be MyFaces specific, with Mojarra works outputPanel correctly (at least in this case)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10967) Drag'n'Drop does not work with PARTIAL_STATE_SAVING FALSE
by Stephan Meisinger (JIRA)
Drag'n'Drop does not work with PARTIAL_STATE_SAVING FALSE
---------------------------------------------------------
Key: RF-10967
URL: https://issues.jboss.org/browse/RF-10967
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Final
Environment: tomcat 6.0.32
RichFaces 4.0.0-Final
Reporter: Stephan Meisinger
if partital state saving is off
<context-param>
<param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
<param-value>false</param-value>
</context-param>
droping of items does noth work and causes a NullPointerException
at org.richfaces.event.MethodExpressionDropListener.processDrop(MethodExpressionDropListener.java:47)
at org.richfaces.event.DropEvent.processListener(DropEvent.java:74)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:777)
at org.richfaces.component.AbstractDropTarget.broadcast(AbstractDropTarget.java:122)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
... 18 more
imho MethodExpressionDropListener should be serializable, otherwise methodExpression can't be set by the SafeStateHolder.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months