[jira] [Updated] (TRINIDAD-2326) Don't permanently cache the null resource loader

2012-10-04 Thread Mark Yvanovich (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Yvanovich updated TRINIDAD-2326: - Status: Patch Available (was: Open) Don't permanently cache the null resource

[jira] [Commented] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

2012-10-04 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13469494#comment-13469494 ] Jeanne Waldman commented on TRINIDAD-2322: -- This is the configuration that was

[jira] [Comment Edited] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

2012-10-04 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13469494#comment-13469494 ] Jeanne Waldman edited comment on TRINIDAD-2322 at 10/5/12 3:43 AM:

[jira] [Commented] (MYFACES-3104) MyFaces 2 with EL 2.2 in Websphere 7

2012-10-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13470001#comment-13470001 ] Leonardo Uribe commented on MYFACES-3104: - I can't see anything wrong in the

Re: JSF 2.1 State saving of UIOutput values

2012-10-04 Thread Leonardo Uribe
Hi I feel like a 'deja vu' with this problem. In tomahawk 1.1.10, it was introduced an interface to deal with a similar problem for t:inputCalendar and t:inputDate called DateBusinessConverter. The code looks like this: /** * Provide a bridge between the java.util.Date instance used by a

[core] avoid throw exception when #{cc.attrs.actionListener} or #{cc.attrs.action} or similar EL expressions are resolved

2012-10-04 Thread Leonardo Uribe
Hi I have been thinking about this report: https://issues.apache.org/jira/browse/MYFACES-3613 NPE in composite component when ActionListener is missing in the source cc:interface cc:attribute name=action/ cc:attribute name=actionListener/