[JBoss JIRA] Created: (RF-1145) DataScroller. Parameters(both a4j and f) always null.
by Ilya Shaikovsky (JIRA)
DataScroller. Parameters(both a4j and f) always null.
-----------------------------------------------------
Key: RF-1145
URL: http://jira.jboss.com/jira/browse/RF-1145
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2, 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Anton Belevich
Fix For: 3.2.0
<rich:datascroller id="scroller" pageIndexVar="pi" action="#{bean.action}">
<f:param name="index" assignTo="#{bean.property1}" value="#{pi}"/>
</rich:datascroller>
<rich:datascroller ajaxSingle="false" id="scroller" pageIndexVar="pi" action="#{bean.action}">
<a4j:actionparam name="index" assignTo="#{bean.property1}" value="#{pi}"></a4j:actionparam>
</rich:datascroller>
in seter:
System.out.println("Setting property1 to _> "+ property1);
in action
System.out.println(FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("pi"));
Both sysouts prints null in log.
--
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
14 years, 7 months
[JBoss JIRA] Created: (RF-1453) ScrollableDataTable: updating problem
by Andrey Izobov (JIRA)
ScrollableDataTable: updating problem
-------------------------------------
Key: RF-1453
URL: http://jira.jboss.com/jira/browse/RF-1453
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Tomcat 5.5
FireFox 2, IE6
Reporter: Andrey Izobov
Attachments: gray_region.jpg
There is problem with updating component from client side in the following way:
grid.updateRowCount(newRowCount);
grid.reloadData();
where newRowCount - new record count on server side.
If newRowCount < oldRowCount then there is gray region(because of large number row separators) on ScrollableDataTable after update(screenshot attached).
If newRowCount > oldRowCount then only oldRowCount records will be updated.
--
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
14 years, 9 months
[JBoss JIRA] Created: (RF-1347) Elements under modalPanel tremble if autosized=true
by Alexander Francuzov (JIRA)
Elements under modalPanel tremble if autosized=true
---------------------------------------------------
Key: RF-1347
URL: http://jira.jboss.com/jira/browse/RF-1347
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: FF 2.0.0.9
JDK 1.5
Tomcat 5.5
JSF 1.1RI
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
Set attribute autosized to true and drag modal panel
<rich:modalPanel id="MPid" minHeight="#{modalPanel.minHeight}" minWidth="#{modalPanel.minWidth}" height="#{modalPanel.height}"
width="#{modalPanel.width}" moveable="#{modalPanel.moveable}" autosized="true" onhide="print('onhideInputID', 'onhide work!')"
onshow="print('onshowInputID', 'onshow work!')">
<f:facet name="header">
<h:outputText value="Heder goes here..." />
</f:facet>
<h:outputText value="This is Modal Panel example" styleClass="text1" />
<f:verbatim>
<br />
<br />
</f:verbatim>
<h:outputLink onclick="Richfaces.hideModalPanel('MPform:MPid');return false;" value="Close">
<f:verbatim>Close</f:verbatim>
</h:outputLink>
</rich:modalPanel>
--
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
14 years, 9 months
[JBoss JIRA] Created: (RF-1273) when add modalPanel and ui:rating rating not work at all
by Vitaly Smyk (JIRA)
when add modalPanel and ui:rating rating not work at all
--------------------------------------------------------
Key: RF-1273
URL: http://jira.jboss.com/jira/browse/RF-1273
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: SUN RI 1.2, Tomahawk 1.6, rihfaces 3.1.2, Tomcat 6.10
Reporter: Vitaly Smyk
Priority: Minor
after add rich:modalPanel ui:rating stop working, but rendered.
ui components - sun blueprints components
<rich:modalPanel id="staticpopup" minHeight="200" minWidth="450"
height="400" width="500" zindex="2000">
</rich:modalPanel>
<html:form id="form">
<ui:rating maxGrade="5" includeNotInterested="false" includeClear="true" gradeReadOnly="false"
hoverTexts="#{Film.ratingText}"
clearHoverText="Очистить" grade="#{Film.rating}"/>
</html:form>
--
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
14 years, 9 months