[JBoss JIRA] Closed: (RF-405) Rich:dataScroller produces bad markup after switching
by Mikhail Vitenkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-405?page=all ]
Mikhail Vitenkov closed RF-405.
-------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Smirnov)
DataScroller works inside rich:dataTable & doesn't work in facet inside h:dataTable. It's jsf feature.
Being verified at 3.2.0.CR5
> Rich:dataScroller produces bad markup after switching
> -----------------------------------------------------
>
> Key: RF-405
> URL: http://jira.jboss.com/jira/browse/RF-405
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: Ajax4jsf with FastFilter choosen
> Reporter: Ilya Shaikovsky
> Assigned To: Mikhail Vitenkov
> Fix For: 3.1.0
>
>
> FastFilter used.
> DAtaScroller inside dataTable footer (no mean rich: or h:)
> after Trying to switch betwen pages in a4j:log there are following
> error[16:35:09,140]: Error parsing XML
> error[16:35:09,156]: Parse Error: XML Parsing Error: Reference to undefined entity 'laquo'.
> Location: Line Number 36, Column 287:
> <td align="center" class="dr-dscr-button rich-datascr-button" onclick="A4J.AJAX.Submit('_viewRoot','_form',event,{'eventsQueue':'_form:table:j_id53','parameters':{'_form:table:j_id53':'first'} ,'actionUrl':'/suggestion/pages/inputname.jsf','ignoreDupResponses':true} ); return false;">««</td>
--
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, 11 months
[JBoss JIRA] Created: (RF-1964) DuplicateId exception for a a4j:commandLink with 2 or more parameters.
by Alexander Smirnov (JIRA)
DuplicateId exception for a a4j:commandLink with 2 or more parameters.
----------------------------------------------------------------------
Key: RF-1964
URL: http://jira.jboss.com/jira/browse/RF-1964
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Alexander Smirnov
Assigned To: Alexander Smirnov
Priority: Minor
Fix For: 3.2.0
The following code is used in the first column of a datatable (it's an edit link)
<a4j:commandLink limitToList="true"
reRender="...."
actionListener="#{bb.dataAction}"
oncomplete="showReq()">
<f:verbatim> Edit </f:verbatim>
<f:param name="requestIdToEdit" value="#{req.id}" />
<f:param name="requestTypeToEdit" value="#{req.requestType.code}" />
</a4j:commandLink>
It thows a duplicate component id when clicked. If I remove the second parameter, everything works fine. Explicitly setting an id doesn't help, neither does replacing it with a4j:Commandlink.
Additional info; If i change the "verbatim" to "outputtext", everything works
--
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, 11 months