You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Janario (JIRA)" <ji...@apache.org> on 2014/09/08 04:10:28 UTC

[jira] [Updated] (DELTASPIKE-710) Error using clientWindow and (p|f):ajax

     [ https://issues.apache.org/jira/browse/DELTASPIKE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janario updated DELTASPIKE-710:
-------------------------------
    Attachment: console.log

Attached log (better to read than in jira description)

> Error using clientWindow and (p|f):ajax
> ---------------------------------------
>
>                 Key: DELTASPIKE-710
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-710
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: JSF-Module
>    Affects Versions: 1.0.2
>            Reporter: Janario
>         Attachments: console.log
>
>
> Trying to use CLIENTWINDOW with some h:commandLink and f:ajax or p:ajax doesn't work.
> I've tried, in a simple action method (public void actionTest() {} ):
> <h:commandLink action="#{view1Controller.actionTest}">test f:ajax
> 	<f:ajax />
> </h:commandLink>
> <h:commandLink action="#{view1Controller.actionTest}">test f:ajax
> 	<p:ajax />
> </h:commandLink>
> For f:ajax it doesn't log any error but doesn't call my action method.
> For p:ajax it logs some error on browser console:
> Uncaught TypeError: Cannot read property 'replace' of undefined 	primefaces.js?ln=primefaces&v=5.0:1
>  b.escapeClientId 							primefaces.js?ln=primefaces&v=5.0:1
>  PrimeFaces.ajax.Request.send 						primefaces.js?ln=primefaces&v=5.0:2
>  PrimeFaces.ajax.Queue.offer 						primefaces.js?ln=primefaces&v=5.0:2
>  PrimeFaces.ajax.Request.handle 					primefaces.js?ln=primefaces&v=5.0:2
>  PrimeFaces.ab 								primefaces.js?ln=primefaces&v=5.0:2
>  onclick 								?dsrid=949&dswid=8555:1
>  d.(anonymous function).onclick.match.d.(anonymous function).onclick	windowhandler.js?ln=deltaspike&v=1.0.2:2
>  d.(anonymous function).onclick.match.d.(anonymous function).onclick 	windowhandler.js?ln=deltaspike&v=1.0.2:2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)