[jira] Created: (TOBAGO-803) Value 'occurence' of OrderBy is misspelled and should be renamed to 'occurrence'

2009-10-20 Thread Udo Schnurpfeil (JIRA)
Value 'occurence' of OrderBy is misspelled and should be renamed to 'occurrence' Key: TOBAGO-803 URL: https://issues.apache.org/jira/browse/TOBAGO-803 Project: MyFaces

[jira] Resolved: (TOBAGO-803) Value 'occurence' of OrderBy is misspelled and should be renamed to 'occurrence'

2009-10-20 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-803. Resolution: Fixed Value 'occurence' of OrderBy is misspelled and should be renamed to

[Tobago] Trunk: alpha release, version number, compatibility

2009-10-20 Thread Udo Schnurpfeil
Hi everybody, 1. Alpha release I would like to have an alpha release for the actual trunk. Basically to track changes in JIRA. E. g. for the Layout Management, which is written completely new, there are some open issues, but I can't set a Affects Version in JIRA in the moment. When we do

[Trinidad2] NavigationHandler improvements (implicit navigation support)

2009-10-20 Thread Martin Kočí
Hi, please review https://issues.apache.org/jira/browse/TRINIDAD-1600 Questions: 1) Patch makes NavigationHandlerImpl child of ConfigurableNavigationHandler - spec. says: A JSF 2 compliant-implemention must ensure that its NavigationHandler implements the ConfigurableNavigationHandler

[JSF 2.0] Need help - restore state not working properly in facelets

2009-10-20 Thread Michael Concini
All, I've run into what appears to be a bug in the new state saving/restoring code for facelets. I've got a simple xhtml page with a one field form and a value change listener attached. The listener simply outputs the old value and the new value to SystemOut. On every postback, its

[jira] Created: (TOBAGO-806) Update commons-logging to 1.1.1

2009-10-20 Thread Udo Schnurpfeil (JIRA)
Update commons-logging to 1.1.1 --- Key: TOBAGO-806 URL: https://issues.apache.org/jira/browse/TOBAGO-806 Project: MyFaces Tobago Issue Type: Task Components: Core Reporter: Udo Schnurpfeil

Re: [jira] Updated: (TRINIDAD-1600) Trinidad2 - Dialog navigation clears View Scope

2009-10-20 Thread Matthias Wessendorf
remove the 's' in the https. The issue is the proxy on your side; I noticed that problem as well. -M On Tue, Oct 20, 2009 at 8:13 AM, Max Starets max.star...@oracle.com wrote: Hi Martin, I have a few questions. Apache JIRA is not working properly (I am unable log in), so I will ask them

[jira] Resolved: (TOBAGO-806) Update commons-logging to 1.1.1

2009-10-20 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-806. Resolution: Fixed Update commons-logging to 1.1.1 ---

[jira] Resolved: (TOBAGO-805) Update sun jsf to 1.2_13

2009-10-20 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-805. Resolution: Fixed Update sun jsf to 1.2_13

[jira] Resolved: (TOBAGO-804) Update myfaces to 1.1.7 and 1.2.7

2009-10-20 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-804. Resolution: Fixed Update myfaces to 1.1.7 and 1.2.7 -

[jira] Commented: (TRINIDAD-1600) Trinidad2 - Dialog navigation clears View Scope

2009-10-20 Thread Max Starets (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767830#action_12767830 ] Max Starets commented on TRINIDAD-1600: --- Can we handle the dialog case better for

Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-20 Thread Matthias Wessendorf
On Mon, Oct 19, 2009 at 9:43 PM, Matthias Wessendorf mat...@apache.org wrote: hi, looking at more of the new code, I noticed these lines in MyFaces 2.0:    public static final String EMPTY_VALUES_AS_NULL_PARAM_NAME = javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL;    public

[Trinidad 2.0] Ordering of artifacts (sec 11.4.7 in the JSF 2.0 spec)

2009-10-20 Thread Matthias Wessendorf
Hi, for adding support for 11.4.7, I am proposing we introduce a unique ID/NAME for the Apache MyFaces Trinidad library I think that we want something like this (to be added to the faces-config-base.xml): faces-config name org.apache.myfaces.trinidad /name ... /faces-config Not sure

Re: [Trinidad 2.0] Ordering of artifacts (sec 11.4.7 in the JSF 2.0 spec)

2009-10-20 Thread Matthias Wessendorf
https://issues.apache.org/jira/browse/TRINIDAD-1603 On Tue, Oct 20, 2009 at 10:11 AM, Matthias Wessendorf mat...@apache.org wrote: Hi, for adding support for 11.4.7, I am proposing we introduce a unique ID/NAME for the Apache MyFaces Trinidad library I think that we want something like this

[jira] Created: (TRINIDAD-1603) Add unique name/id for trinidad, in order to support Ordering of artifacts

2009-10-20 Thread JIRA
Add unique name/id for trinidad, in order to support Ordering of artifacts Key: TRINIDAD-1603 URL: https://issues.apache.org/jira/browse/TRINIDAD-1603 Project: MyFaces

Re: [Trinidad 2.0] Ordering of artifacts (sec 11.4.7 in the JSF 2.0 spec)

2009-10-20 Thread Andy Schwartz
Hey Matthias - I like org.apache.myfaces.trinidad. Just out of curiosity I sent email to the EG to see what other folks have done. I don't think we need to wait for that info, but I will pass along any responses. Andy

Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-20 Thread Andy Schwartz
Thanks for logging the spec issue Matthias. I agree that this was just overlooked in the spec. Should be easy to correct next time around. Andy

[jira] Commented: (TRINIDAD-1600) Trinidad2 - Dialog navigation clears View Scope

2009-10-20 Thread Martin Koci (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767915#action_12767915 ] Martin Koci commented on TRINIDAD-1600: --- According to spec The handleNavigation

Re: [Trinidad2] Resources API support

2009-10-20 Thread Matthias Wessendorf
On Fri, Oct 16, 2009 at 8:25 AM, Martin Kočí martin.k...@aura.cz wrote: Hi, please review simple patch https://issues.apache.org/jira/browse/TRINIDAD-1596. More question about Resource support in trinidad2: 1) JSF 2 introduced name and library as an alternative to src, image or icon for

[jira] Created: (MYFACES-2383) If jsf 1.2 methods of ExternalContext are called with a jsf 1.1 impl, by default it should call default ones

2009-10-20 Thread Leonardo Uribe (JIRA)
If jsf 1.2 methods of ExternalContext are called with a jsf 1.1 impl, by default it should call default ones Key: MYFACES-2383 URL:

[jira] Resolved: (MYFACES-2383) If jsf 1.2 methods of ExternalContext are called with a jsf 1.1 impl, by default it should call default ones

2009-10-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2383. - Resolution: Fixed Fix Version/s: 1.2.8-SNAPSHOT If jsf 1.2 methods of