[jira] Commented: (MYFACES-3012) Allow f:param for h:inputText f:ajax

2011-01-19 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12983626#action_12983626 ] Martin Marinschek commented on MYFACES-3012: I would like this feature, but

[jira] Created: (TOMAHAWK-1561) Auto sort in an t:dataTable does not work with dynamic column list t:columns while it does work with t:column

2011-01-19 Thread Thorsten Gunkel (JIRA)
Auto sort in an t:dataTable does not work with dynamic column list t:columns while it does work with t:column - Key: TOMAHAWK-1561 URL:

ADF Faces + MyFaces certification

2011-01-19 Thread Andy Schwartz
Gang - Recently I have spent some time testing ADF Faces (and Trinidad) against MyFaces trunk with the goal of certifying that ADF Faces works well when running on top of MyFaces 2.0. (Up till now our 2.0 testing has been focused on Mojarra.) As part of my MyFaces testing I have found a small

Re: [core] ajax @this with non trivial component

2011-01-19 Thread Andy Schwartz
Hi Martin - I was worried about this case as well when we were working on the Ajax/ClientBehavior APIs. Many Trinidad/ADF Faces components use similar markup to what you describe. To support this case, we added the ClientBehaviorContext.getSourceId() API:

Re: ADF Faces + MyFaces certification

2011-01-19 Thread Andy Schwartz
On Wed, Jan 19, 2011 at 8:49 AM, Matthias Wessendorf mat...@apache.org wrote: Your input is always appreciated Great, thanks Matthias! Discussing stuff (like how to solve the items) should be done on this list (dev@). Sounds good. In case that input of the EG is required, just post the

[jira] Created: (MYFACES-3017) MyFaces Shared (and Core) rework for portlet support

2011-01-19 Thread Michael Freedman (JIRA)
MyFaces Shared (and Core) rework for portlet support Key: MYFACES-3017 URL: https://issues.apache.org/jira/browse/MYFACES-3017 Project: MyFaces Core Issue Type: Bug Components:

[jira] Created: (TRINIDAD-2012) showDetailItem: Allow styleClass attribute to apply to the text attribute

2011-01-19 Thread John Banister (JIRA)
showDetailItem: Allow styleClass attribute to apply to the text attribute - Key: TRINIDAD-2012 URL: https://issues.apache.org/jira/browse/TRINIDAD-2012 Project: MyFaces Trinidad

[jira] Created: (TRINIDAD-2013) TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-19 Thread Blake Sullivan (JIRA)
TreeModel is extremely inefficient when dealing with deep tree paths Key: TRINIDAD-2013 URL: https://issues.apache.org/jira/browse/TRINIDAD-2013 Project: MyFaces Trinidad

[Trinidad][api] Trinidad-2013 TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-19 Thread Blake Sullivan
The JIRA https://issues.apache.org/jira/browse/TRINIDAD-2013 has the complete story, but the basic issue is that operations that create keys representing the ancestors of TreeModel keys can currently only get those keys by essentially recursively calling TreeModel.getContainerRowKey(). For

[jira] Created: (TRINIDAD-2014) GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not

2011-01-19 Thread hongbing wang (JIRA)
GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not - Key: TRINIDAD-2014 URL:

[jira] Updated: (TRINIDAD-2014) GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not

2011-01-19 Thread hongbing wang (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2014: Status: Patch Available (was: Open) GlobalConfiguratorImpl - Reattach the cached

[jira] Updated: (TRINIDAD-2014) GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not

2011-01-19 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan updated TRINIDAD-2014: - Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Blake

[jira] Created: (TRINIDAD-2015) log css parse errors at their source and skip to avoid IllegalArgumentException in FileSystemStyleCache

2011-01-19 Thread Jeanne Waldman (JIRA)
log css parse errors at their source and skip to avoid IllegalArgumentException in FileSystemStyleCache --- Key: TRINIDAD-2015 URL:

[jira] Resolved: (TRINIDAD-1989) Defltaer/inflater from StateManagerImpl holds onto memory

2011-01-19 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-1989. -- Resolution: Fixed Fix Version/s: 2.0.0-beta-1 Defltaer/inflater

Re: [core] ajax @this with non trivial component

2011-01-19 Thread Werner Punz
Am 14.01.11 21:12, schrieb Martin Koci: Spec. says: @this = The element that triggered the request. Thats very unclear: specification uses 'element' word in two contexts: DOM element and XHTML element. actually the this always refers to the first parameter in jsf.ajax.request which always is

Re: ADF Faces + MyFaces certification

2011-01-19 Thread Werner Punz
Hey Andy this is great news. Werner Am 19.01.11 14:41, schrieb Andy Schwartz: Gang - Recently I have spent some time testing ADF Faces (and Trinidad) against MyFaces trunk with the goal of certifying that ADF Faces works well when running on top of MyFaces 2.0. (Up till now our 2.0 testing

Re: html5 lib

2011-01-19 Thread Matthias Wessendorf
Nope On Wednesday, January 19, 2011, Ali Ok al...@aliok.com.tr wrote: Hi, totally - let's create a jira instance for myfaces-html5 ?Do we need voting for this? Cheers,Ali On Tue, Jan 18, 2011 at 3:50 PM, Ali Ok al...@aliok.com.tr wrote: Hi, For example, for the hx:video component there

Re: html5 lib

2011-01-19 Thread Matthias Wessendorf
Question: Should we add a new JIRA project (MYFACESHTML5) Or is it enough to have a HTML5 component ? I personally don't mind having a new project for it.. -M On Thu, Jan 20, 2011 at 6:06 AM, Matthias Wessendorf mat...@apache.org wrote: Nope On Wednesday, January 19, 2011, Ali Ok

Re: [Trinidad][api] Trinidad-2013 TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-19 Thread Matthias Wessendorf
+1 On Wed, Jan 19, 2011 at 10:24 PM, Blake Sullivan blake.sulli...@oracle.com wrote: The JIRA has the complete story, but the basic issue is that operations that create keys representing the ancestors of TreeModel keys can currently only get those keys by essentially recursively calling

Re: html5 lib

2011-01-19 Thread Gerhard
+1 for a new jira project regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/1/20 Matthias Wessendorf mat...@apache.org Question: Should we add a new JIRA project

Re: html5 lib

2011-01-19 Thread Matthias Wessendorf
the issue is, something like MYFACES-HTML5 does not work (because of -) :-) On Thu, Jan 20, 2011 at 8:18 AM, Gerhard gerhard.petra...@gmail.com wrote: +1 for a new jira project regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English