[richfaces-issues] [JBoss JIRA] Resolved: (RF-2989) Javascript error for <a4j:support event="onRowDblClick" ...>

Vladislav Baranov (JIRA) jira-events at lists.jboss.org
Tue Apr 8 07:46:55 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2989?page=all ]

Vladislav Baranov resolved RF-2989.
-----------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Tsikhon Kuprevich  (was: Vladislav Baranov)

This issue was tested with the page under FireFox and IE and it is not reproducible.
Page code:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/dataTable" prefix="data" %>
<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/datascroller" prefix="scroller" %>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
    . . .
	<h:form id="form" >
			<data:dataTable id="master1" var="master" value="#{data.mounths}" rows="2">
				<a4j:support event="onRowDblClick" action="#{data.action}" actionListener="#{data.actionListener}" /> 
			    <data:column id="mounth" >
			      <h:outputText value="#{master.mounth}" />
			    </data:column>
			    <data:column id="total">
			      <h:outputText value="#{master.total}" />
			    </data:column>		
				<f:facet name="footer">
					<scroller:datascroller maxPages="3" />
				</f:facet>
			</data:dataTable>
      </h:form>
    . . .

> Javascript error for <a4j:support event="onRowDblClick" ...>
> ------------------------------------------------------------
>
>                 Key: RF-2989
>                 URL: http://jira.jboss.com/jira/browse/RF-2989
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: RF 3.2.0, JSF RI 1.2_08
>            Reporter: Juergen Zimmermann
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.1
>
>         Attachments: generated-html.txt, javascript-error-window.jpg, microsoft-script-editor.jpg
>
>
> I'm having the following tags. When I double-click, then I get a Javascript error. Screenshots will be provided.
> <rich:dataTable id="kundenTabelle" value="#{kv.gefundeneKunden}"
> 	                var="kunde" binding="#{kv.tabelleDoubleclick}"
> 	                rows="5"
> 	                cellspacing="10">
> 	<a4j:support event="onRowDblClick" action="#{kv.detailsTabPanel}"/>
> 	<rich:column>
> 	...
> 	<f:facet name="footer">
> 		<rich:datascroller maxPages="10"/>
> 	</f:facet>
> </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

        



More information about the richfaces-issues mailing list