[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-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