[jira] [Created] (TOBAGO-1067) Ajax doesn't work, when there is a TAB in the content

2011-12-06 Thread Udo Schnurpfeil (Created) (JIRA)
Ajax doesn't work, when there is a TAB in the content - Key: TOBAGO-1067 URL: https://issues.apache.org/jira/browse/TOBAGO-1067 Project: MyFaces Tobago Issue Type: Bug

[jira] [Resolved] (TOBAGO-1067) Ajax doesn't work, when there is a TAB in the content

2011-12-06 Thread Udo Schnurpfeil (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-1067. - Resolution: Fixed Fix Version/s: 1.5.1 Ajax doesn't work, when there is a

[jira] [Resolved] (TOBAGO-1066) marked attribute don't work on tc:treeNode with renderedPartially in tc:treeCommand

2011-12-06 Thread Udo Schnurpfeil (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-1066. - Resolution: Fixed Fixing style and JS marked attribute don't work on

[jira] [Created] (MYFACES-3415) [ui:repeat] field value disappears if validation error exists on current site

2011-12-06 Thread Rene O (Created) (JIRA)
[ui:repeat] field value disappears if validation error exists on current site - Key: MYFACES-3415 URL: https://issues.apache.org/jira/browse/MYFACES-3415 Project: MyFaces

[jira] [Resolved] (TRINIDAD-2176) Switch use of Bean.isDesignTime() to use Agent Capabilities

2011-12-06 Thread Blake Sullivan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan resolved TRINIDAD-2176. -- Resolution: Fixed Fix Version/s: 2.0.2-core Resolved in revision 1211067

[jira] [Reopened] (TOBAGO-1064) Wait animation for partially rendered elements (AJAX)

2011-12-06 Thread Udo Schnurpfeil (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil reopened TOBAGO-1064: - When having long requests, the overlays are stacking. Wait animation for

[jira] [Commented] (TOBAGO-1064) Wait animation for partially rendered elements (AJAX)

2011-12-06 Thread Udo Schnurpfeil (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13163783#comment-13163783 ] Udo Schnurpfeil commented on TOBAGO-1064: - There should also be added a visual

[jira] [Commented] (TRINIDAD-2170) There is no way to specify a real pseudo element in a skin css.

2011-12-06 Thread Mark Yvanovich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13163955#comment-13163955 ] Mark Yvanovich commented on TRINIDAD-2170: -- As it turns out, the

[jira] [Created] (TRINIDAD-2177) Can't set/update max number of rows on table when using CollectionModel and controls are in the actions facet.

2011-12-06 Thread Joey Surls (Created) (JIRA)
Can't set/update max number of rows on table when using CollectionModel and controls are in the actions facet. Key: TRINIDAD-2177 URL:

[jira] [Created] (TRINIDAD-2178) New internal StateManager API to remove view states identified by window

2011-12-06 Thread Gary VanMatre (Created) (JIRA)
New internal StateManager API to remove view states identified by window - Key: TRINIDAD-2178 URL: https://issues.apache.org/jira/browse/TRINIDAD-2178 Project: MyFaces Trinidad

[jira] [Updated] (TRINIDAD-2178) New internal StateManager API to remove view states identified by window

2011-12-06 Thread Gary VanMatre (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre updated TRINIDAD-2178: Status: Patch Available (was: Open) New internal StateManager API to remove view

[ANNOUNCE] Release of Apache MyFaces Extensions CDI 1.0.2

2011-12-06 Thread Gerhard Petracek
The Apache MyFaces team is pleased to announce the 9th release of Apache MyFaces Extensions CDI (aka CODI). Apache MyFaces CODI provides portable CDI extensions for the Java-Platform (SE and EE). CODI is a modularized and extensible toolbox for CDI based applications. The release of CODI v1.0.2

[Discussion] Issue with RequestParameterMap / MapELResolver

2011-12-06 Thread Paul Nicolucci
Hello All, I have tested MyFaces-2552 and everything seems to work correctly with Composite Components in my testing however, I have an issue that I have some concern about and wanted to get some feedback. After The following update to the EL:

Re: [Discussion] Issue with RequestParameterMap / MapELResolver

2011-12-06 Thread Leonardo Uribe
Hi Trying some tests I have seen some differences between glassfish EL and tomcat alternative. I suppose the problem is in tomcat, but I haven't investigated too much about that. Sometimes tomcat's bundled EL can't found a method with parameters on the bean. My suggestions is check if there is a

Re: [Discussion] Issue with RequestParameterMap / MapELResolver

2011-12-06 Thread Paul Nicolucci
Hey Leonardo, Thanks for the response, to the best of my knowledge glassfish also made the change to the MapELResolver.java where it always returns Object.class for getType(). The JavaDoc can be found here that specifies this should be the case :