[JBoss JIRA] Created: (RF-2644) Problem with scrollableDataTable and seam link
by Rainer Flicker (JIRA)
Problem with scrollableDataTable and seam link
----------------------------------------------
Key: RF-2644
URL: http://jira.jboss.com/jira/browse/RF-2644
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RichFaces 3.2.0.CR3
JBoss Seam 2.0.1.GA
JSF 1.2 + Facelets 1.1.14
JBoss 4.2.2.GA
JDK 1.5.0_11
Reporter: Rainer Flicker
Seam Link with scrollableDataTable links for each item to the last item of the table.
E.g. selecting item 10 of 20 opens item 20. The link shown in a browser is always the same.
------ xhtml snippet ---------------------------------------------------------------------------------------------------
<rich:scrollableDataTable value="#{findings}" var="finding"
height="600px" sortMode="single" width="700px">
<rich:column width="355px" sortExpression="#{finding.title}">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Name" />
</f:facet>
<h:outputText value="#{finding.title}" />
</rich:column>
<rich:column width="60px" style="text-align:center" sortable="false">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Details" />
</f:facet>
<s:link action="#{findingDetailsManager.select(finding)}">
<h:graphicImage id="editimage" url="/img/buttons/edit.gif" alt="Details"></h:graphicImage>
</s:link>
</rich:column>
</rich:scrollableDataTable>
------------------------------------------------------------------------------------------------------------------------------
--
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, 2 months
[JBoss JIRA] Created: (RF-3426) ComponentControl: js error
by Aleksej Yanul (JIRA)
ComponentControl: js error
--------------------------
Key: RF-3426
URL: http://jira.jboss.com/jira/browse/RF-3426
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: myfaces
Reporter: Aleksej Yanul
event has no properties
evalScripts(undefined)a4j_3_2_1-SNAPSHO... (line 398)
bindAsEventListener(undefined)a4j_3_2_1-SNAPSHO... (line 217)
LMPopUpL("formID:componentControlSubviewID:ccContextMenuID_menu", true)menu.js.jsf (line 128)
LMPopUp("formID:componentControlSubviewID:ccContextMenuID_menu", false)menu.js.jsf (line 83)
show()menu.js.jsf (line 423)
(no name)()a4j_3_2_1-SNAPSHO... (line 210)
[Break on this error] },
/// code ///
<rich:panelMenu id="ccContextMenuPanelMenuID">
<h:outputText value="click text" />
</rich:panelMenu>
<rich:contextMenu id="ccContextMenuID" submitMode="ajax" onexpand="alert(event.parameters.expand)">
<rich:menuItem value="tab1">
</rich:menuItem>
<rich:menuSeparator />
<rich:menuItem value="a">
</rich:menuItem>
<rich:menuItem value="b">
</rich:menuItem>
<rich:menuItem value="c">
</rich:menuItem>
</rich:contextMenu>
<rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" operation="show"
params="expand:'show work'" />
--
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, 2 months
[JBoss JIRA] Created: (RF-2914) Error starting RichFaces enabled web application after switch to 3.2.0 release
by Mareks Malnacs (JIRA)
Error starting RichFaces enabled web application after switch to 3.2.0 release
------------------------------------------------------------------------------
Key: RF-2914
URL: http://jira.jboss.com/jira/browse/RF-2914
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: jsf 1.2_08, glassfish 9.1
Reporter: Mareks Malnacs
Complex richfaces application works fine with 3.1.4 release. After update project libraries to 3.2.0 glassfish displays following message in error log:
PWC4011: Unable to set request character encoding to UTF-8 from context /proc, because request parameters have already been read, or ServletRequest.getReader() has already been called
and firefox displays empty page.
If I switch back to 3.1.4 - application works fine.
Any changes in web.xml (or any other web-app configuration file) I am missed during "upgrade" ?
Thanks,
Mareks
--
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, 2 months