You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2017/04/08 04:15:42 UTC

[jira] [Comment Edited] (TRINIDAD-2238) dialog popup via commandButton's action property can only be done once in same page in Trinidad 2.0.1

    [ https://issues.apache.org/jira/browse/TRINIDAD-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961673#comment-15961673 ] 

Bernd Bohmann edited comment on TRINIDAD-2238 at 4/8/17 4:15 AM:
-----------------------------------------------------------------

Is this still reproducible?
I fixed some bugs in the current trunk


was (Author: bommel):
Is this still reproducible?

> dialog popup via commandButton's action property can only be done once in same page in Trinidad 2.0.1
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2238
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2238
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.1-core
>         Environment: windows,eclipse,firefox,Trinidad 2.0.1,javax-faces-2.1.4
>            Reporter: mojiayi
>            Assignee: Bernd Bohmann
>             Fix For: 2.1.3-core
>
>         Attachments: patch-for-XMLRequest.diff, TrinidadDialogTestCase.zip
>
>
> I use this commandButton to popup a dialog,it's work fine for the first time.
> <tr:commandButton text="print" action="dialog:table" useWindow="true" actionListener="#{tableBean.printTableListener}"
> 							width="900" height="500" partialSubmit="true"/>
> Once I close this dialog,there is a js error shown in console of parent page.
> jsf.ajax.request: source not set
> [Break on this error] throw new Error("jsf.ajax.request: source not set"); 
> this js error is occured in line 1700 of file jsf.js in jsf jar.
> And if I try to click this button to open this dialog again,dialog will not popup,nothing happens.Unless a ppr or reopen a page,dialog popup normally.
> I think this is a bug of the new version of trinidad,because no such error in trinidad 1.2.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)