[JBoss JIRA] Created: (RF-3417) inputNumberSlider handler doesn't influenced with initial value.
by Ilya Shaikovsky (JIRA)
inputNumberSlider handler doesn't influenced with initial value.
----------------------------------------------------------------
Key: RF-3417
URL: http://jira.jboss.com/jira/browse/RF-3417
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Look to demosuite.
paint2D page
in previous revisions - properties of paintData was defined in faces config as
<managed-property>
<property-name>color</property-name>
<property-class>long</property-class>
<value>1000</value>
</managed-property>
<managed-property>
<property-name>scale</property-name>
<property-class>float</property-class>
<value>2</value>
</managed-property>
But handlers was in 0 positions.
The definition was rewriten and now the default values =0. But this is just workaround. Parent Bug should be reopened in order to return old values(better look and feel of the page) after this will be fixed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-3614) Sorting a dataTable changes seam-link
by Rainer Flicker (JIRA)
Sorting a dataTable changes seam-link
-------------------------------------
Key: RF-3614
URL: http://jira.jboss.com/jira/browse/RF-3614
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: RichFaces 3.2.1.GA
JBoss Seam 2.0.2.SP1
JSF 1.2 + Facelets 1.1.14
JBoss 4.2.2.GA
JDK 1.5.0_11
Reporter: Rainer Flicker
Sorting a dataTable changes seam-link. Before sorting the list, seam-link opens the appropriate
item. After sorting, seam-link always opens the last item of the unsorted list. Selecting for example
item 10 of 20 opens after sorting always item 20.
------ xhtml snippet ---------------------------------------------------------------------------------------------------
<rich:dataTable value="#{hazards}" var="hazard">
<rich:column sortBy="#{hazard.name}">
<f:facet name="header">
<h:outputText styleClass="headerText" value="name" />
</f:facet>
<h:outputText value="#{hazard.name}"></h:outputText>
</rich:column>
<s:link action="#{hazardDetailsManager.select(hazard)}" >
<h:graphicImage url="/img/buttons/edit.gif"></h:graphicImage>
</s:link>
</rich:column>
</rich:dataTable>
------------------------------------------------------------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-4166) Ajax4J - KeepAlive - ajaxOnly Attribute
by Denis Silva (JIRA)
Ajax4J - KeepAlive - ajaxOnly Attribute
---------------------------------------
Key: RF-4166
URL: https://jira.jboss.org/jira/browse/RF-4166
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: WebLogic 10.x and TomCat6
JDK 5
Reporter: Denis Silva
I had a problem when using, Ajax4j Tag, KeePAlive, if the attribute ajaxOnly set to true.
There is a simple error in a expression, that put the Bean in FacesContext.
When the ajaxOnly is set to true, the beanName is not placed in FacesContext Map properly.
String beanAttributeName = isAjaxOnly?AjaxPhaseListener.AJAX_BEAN_PREFIX:AjaxPhaseListener.VIEW_BEAN_PREFIX+beanName;
facesContext.getViewRoot().getAttributes().put(beanAttributeName, bean);
return Tag.SKIP_BODY;
when isAjaxOnly evaluate to true, the String AjaxPhaseListener.AJAX_BEAN_PREFIX is setted to beanAttributeName. and the Bean.
--
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
17 years, 7 months