Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
Cagatay, also if you continue to use old Facelets for some parts, you have to deploy it with your application. I'd be interested what the debugger tells you, who is trying to load the class etc. -Matthias On Fri, Jan 29, 2010 at 7:16 AM, Matthias Wessendorf mwessend...@gmail.com wrote: What

[jira] Resolved: (MYFACES-2516) Allow any child for f:event in the case of a PreRenderViewEvent

2010-01-29 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved MYFACES-2516. Resolution: Fixed Fix Version/s: 2.0.0-beta-2 Allow any child for f:event in the

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
Hi, I've tried testing the beta with DojoFaces, but even the most basic examples fail to work, e.g.: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml;

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
Hi, Maybe some of the required jars aren't included with this beta? This is where I took the beta from: http://people.apache.org/~lu4242/myfaces200betabinsrc/binaries/ I used the jars contained in the lib folder of:

[jira] Commented: (EXTSCRIPT-45) Dependency scan not triggered in a corner case

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806288#action_12806288 ] Werner Punz commented on EXTSCRIPT-45: -- works... seems to be a bug which has been

[jira] Resolved: (EXTSCRIPT-45) Dependency scan not triggered in a corner case

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-45. -- Resolution: Fixed Dependency scan not triggered in a corner case

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Cagatay Civici
Just by curiosity I looked this file: http://primefaces.googlecode.com/svn/core2/trunk/src/main/java/org/primefaces/component/autocomplete/AutoCompleteHandler.java it has an import to com.sun.faces.facelets.tag. MethodRule Yes, you're right, I've mixed MetaRule with MethodRule. On Fri,

[jira] Commented: (EXTSCRIPT-52) improve the examples

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806291#action_12806291 ] Werner Punz commented on EXTSCRIPT-52: -- I will raise two new issues here first the

[jira] Resolved: (EXTSCRIPT-52) improve the examples

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-52. -- Resolution: Fixed improve the examples Key:

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
have you tried building it from the TAG ? the java security is not a 2.0 specific issue -Matthias On Fri, Jan 29, 2010 at 10:27 AM, Ganesh gan...@j4fry.org wrote: Hi, Maybe some of the required jars aren't included with this beta? This is where I took the beta from:

[jira] Created: (EXTSCRIPT-55) Improve the styling of the JSF 1.2 examples

2010-01-29 Thread Werner Punz (JIRA)
Improve the styling of the JSF 1.2 examples --- Key: EXTSCRIPT-55 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-55 Project: MyFaces Extensions Scripting Issue Type: Improvement

[jira] Created: (EXTSCRIPT-57) Improve the styling of the JSF 2.0 examples

2010-01-29 Thread Werner Punz (JIRA)
Improve the styling of the JSF 2.0 examples --- Key: EXTSCRIPT-57 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-57 Project: MyFaces Extensions Scripting Issue Type: Improvement

[jira] Created: (EXTSCRIPT-56) Improve the styling of the JSF 2.0 examples

2010-01-29 Thread Werner Punz (JIRA)
Improve the styling of the JSF 2.0 examples --- Key: EXTSCRIPT-56 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-56 Project: MyFaces Extensions Scripting Issue Type: Improvement

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
Hello Cagatay, that's one of the issue when removing sorta APIs... In Trinidad, we moved the MethodRule to our implementation: http://svn.apache.org/viewvc?view=revisionrevision=897901 I think the question for the EG is why some (kinda) APIs were moved away... -Matthias On Fri, Jan 29, 2010

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Cagatay Civici
Yes, I don't understand why MethodRule stayed as impl specific. On Fri, Jan 29, 2010 at 9:45 AM, Matthias Wessendorf mat...@apache.orgwrote: Hello Cagatay, that's one of the issue when removing sorta APIs... In Trinidad, we moved the MethodRule to our implementation:

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
That is a question for the EG, I guess. Not sure if they are around here ;-) On Fri, Jan 29, 2010 at 11:06 AM, Cagatay Civici cagatay.civ...@gmail.com wrote: Yes, I don't understand why MethodRule stayed as impl specific. On Fri, Jan 29, 2010 at 9:45 AM, Matthias Wessendorf mat...@apache.org

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Cagatay Civici
I've just asked this to EG. Also I think this discussion messed up the vote post. Sorry :) On Fri, Jan 29, 2010 at 10:31 AM, Matthias Wessendorf mat...@apache.orgwrote: That is a question for the EG, I guess. Not sure if they are around here ;-) On Fri, Jan 29, 2010 at 11:06 AM, Cagatay

[jira] Created: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread JIRA
UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty Key: MYFACES-2520 URL: https://issues.apache.org/jira/browse/MYFACES-2520 Project: MyFaces Core

[jira] Commented: (MYFACES-2521) Parent not composite component or an instance of ClientBehaviorHolder: javax.faces.component.uiviewr...@19f5e3f

2010-01-29 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806297#action_12806297 ] Matthias Weßendorf commented on MYFACES-2521: - xhtml looks like: ?xml

[jira] Created: (MYFACES-2521) Parent not composite component or an instance of ClientBehaviorHolder: javax.faces.component.uiviewr...@19f5e3f

2010-01-29 Thread JIRA
Parent not composite component or an instance of ClientBehaviorHolder: javax.faces.component.uiviewr...@19f5e3f --- Key: MYFACES-2521 URL:

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
I thought the release files should do. Why would building from the TAG make any difference? What do you mean with java security is not a 2.0 specific issue? Shouldn't the release contain all files needed to replace Mojarras api+impl? Best regards, Ganesh Matthias Wessendorf schrieb: have you

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
I think it contains everything. What I mean is: Do you have some extra settings for java security ? E.g state encryption etc ? That was my question. What ever I am fine with calling this another alpha Regarding the exception: Please file a bug. If you have some more information about

[jira] Commented: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806310#action_12806310 ] Werner Punz commented on MYFACES-2520: -- Ok the problem here is we basically use an

[jira] Commented: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz commented on MYFACES-2520: -- As far as I can see this dummy class is only

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806310#action_12806310 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:33 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:35 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:36 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:38 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:42 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:44 AM:

[jira] Issue Comment Edited: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806311#action_12806311 ] Werner Punz edited comment on MYFACES-2520 at 1/29/10 11:46 AM:

[jira] Resolved: (EXTSCRIPT-55) Improve the styling of the JSF 1.2 examples

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-55. -- Resolution: Fixed Improve the styling of the JSF 1.2 examples

[jira] Resolved: (EXTSCRIPT-57) Improve the styling of the JSF 2.0 examples

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-57. -- Resolution: Fixed Improve the styling of the JSF 2.0 examples

[jira] Updated: (MYFACES-2120) TODO #69: Create and implement the partial response - Implement the partial response writer

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz updated MYFACES-2120: - Resolution: Fixed Status: Resolved (was: Patch Available) Closing this now TODO

[jira] Created: (MYFACES-2522) f:event wrong attribute name

2010-01-29 Thread Werner Punz (JIRA)
f:event wrong attribute name Key: MYFACES-2522 URL: https://issues.apache.org/jira/browse/MYFACES-2522 Project: MyFaces Core Issue Type: Bug Reporter: Werner Punz As it seems f:event uses a wrong

[jira] Commented: (MYFACES-2522) f:event wrong attribute name

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806350#action_12806350 ] Werner Punz commented on MYFACES-2522: -- Never mind as it seems the spec and the tld

[jira] Commented: (MYFACES-2522) f:event wrong attribute name

2010-01-29 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806358#action_12806358 ] Werner Punz commented on MYFACES-2522: -- Ok I asked in the open mailinglist what the

[jira] Created: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
files for beta release don't run the most trivial application - Key: MYFACES-2523 URL: https://issues.apache.org/jira/browse/MYFACES-2523 Project: MyFaces Core Issue Type: Bug

[jira] Commented: (MYFACES-2520) UnsupportedOperationException when launching Trinidad 2 w/ MyFaces2 in Jetty

2010-01-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806362#action_12806362 ] Jakob Korherr commented on MYFACES-2520: There already was a discussion about

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806365#action_12806365 ] Ganesh Jung commented on MYFACES-2523: -- Looks like this is an issue with Eclipse.

[jira] Commented: (MYFACES-2522) f:event wrong attribute name

2010-01-29 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806372#action_12806372 ] Matthias Weßendorf commented on MYFACES-2522: - the so called open list (which

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806377#action_12806377 ] Leonardo Uribe commented on MYFACES-2523: - I don't think this is a myfaces bug.

[jira] Commented: (MYFACES-2516) Allow any child for f:event in the case of a PreRenderViewEvent

2010-01-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806380#action_12806380 ] Leonardo Uribe commented on MYFACES-2516: - Thanks Bernd for check it and commit

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Leonardo Uribe
2010/1/29 Ganesh gan...@j4fry.org Hi, I've tried testing the beta with DojoFaces, but even the most basic examples fail to work, e.g.: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

[jira] Created: (PORTLETBRIDGE-109) ExternalContext encodeAction/resource URL should only unXML encode URLs that aren't XML encoded

2010-01-29 Thread Michael Freedman (JIRA)
ExternalContext encodeAction/resource URL should only unXML encode URLs that aren't XML encoded --- Key: PORTLETBRIDGE-109 URL:

[jira] Created: (PORTLETBRIDGE-110) Bridge relies on a URL/QueryString utility class that doesn't support XML encoding

2010-01-29 Thread Michael Freedman (JIRA)
Bridge relies on a URL/QueryString utility class that doesn't support XML encoding -- Key: PORTLETBRIDGE-110 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-110

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Leonardo Uribe
Hi Can we close this vote and continue the release procedure? If no objections I'll do it. regards, Leonardo Uribe 2010/1/29 Leonardo Uribe lu4...@gmail.com 2010/1/29 Ganesh gan...@j4fry.org Hi, I've tried testing the beta with DojoFaces, but even the most basic examples fail to work,

[jira] Created: (PORTLETBRIDGE-111) Bridge RequestParamValues and RequestHeaderValues Map don't support equals() correctly

2010-01-29 Thread Michael Freedman (JIRA)
Bridge RequestParamValues and RequestHeaderValues Map don't support equals() correctly -- Key: PORTLETBRIDGE-111 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-111

[jira] Resolved: (PORTLETBRIDGE-111) Bridge RequestParamValues and RequestHeaderValues Map don't support equals() correctly

2010-01-29 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-111. Resolution: Fixed Fix Version/s: 2.0.0

[jira] Resolved: (PORTLETBRIDGE-110) Bridge relies on a URL/QueryString utility class that doesn't support XML encoding

2010-01-29 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-110. Resolution: Fixed Fix Version/s: 2.0.0

[jira] Resolved: (PORTLETBRIDGE-109) ExternalContext encodeAction/resource URL should only unXML encode URLs that aren't XML encoded

2010-01-29 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-109. Resolution: Fixed Fix Version/s: 2.0.0

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Matthias Wessendorf
On Fri, Jan 29, 2010 at 5:29 PM, Leonardo Uribe lu4...@gmail.com wrote: 2010/1/29 Ganesh gan...@j4fry.org Hi, I've tried testing the beta with DojoFaces, but even the most basic examples fail to work, e.g.: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN      

Re: svn commit: r904560 - /myfaces/trinidad/branches/trinidad-2.0.x/trinidad-api/src/main/java/org/apache/myfaces/trinidad/facelets/MetaTagHandler.java

2010-01-29 Thread Matthias Wessendorf
ha! I have seen this before, that it doesn't get catched... The file was in the right folder structure, but the package was wrong. Eclipse gives you a WARNING here. Is that an issue from the Maven compiler plugin, or is Eclipse just smart/nice ? Gruss! Matthias On Fri, Jan 29, 2010 at 6:04

[jira] Resolved: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-01-29 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTVAL-82. Resolution: Won't Fix the initial reason for the marker was to avoid such an implicit

[jira] Commented: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-01-29 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806449#action_12806449 ] Gerhard Petracek commented on EXTVAL-82: hi rudy, thx for the additional testing!

[jira] Created: (MYFACES-2524) Change ExternalSpecifications to enable using it in automated tests

2010-01-29 Thread Jakob Korherr (JIRA)
Change ExternalSpecifications to enable using it in automated tests --- Key: MYFACES-2524 URL: https://issues.apache.org/jira/browse/MYFACES-2524 Project: MyFaces Core Issue

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806465#action_12806465 ] Ganesh Jung commented on MYFACES-2523: -- jce.jar is part of the JDK, how would it not

[jira] Created: (MYFACES-2525) Split javax.faces package in OSGi

2010-01-29 Thread Jarek Gawor (JIRA)
Split javax.faces package in OSGi - Key: MYFACES-2525 URL: https://issues.apache.org/jira/browse/MYFACES-2525 Project: MyFaces Core Issue Type: Bug Components: General Reporter: Jarek

[jira] Commented: (MYFACES-2525) Split javax.faces package in OSGi

2010-01-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806471#action_12806471 ] Jakob Korherr commented on MYFACES-2525: I hope this is not a problem for the TCK

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Jan-Kees van Andel
+1 on the release. Also +1 on the three weekly release if Leonardo can handle the extra burden. :-) Regards, Jan-Kees 2010/1/29 Matthias Wessendorf mat...@apache.org: On Fri, Jan 29, 2010 at 5:29 PM, Leonardo Uribe lu4...@gmail.com wrote: 2010/1/29 Ganesh gan...@j4fry.org Hi, I've

[jira] Commented: (MYFACES-2524) Change ExternalSpecifications to enable using it in automated tests

2010-01-29 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806489#action_12806489 ] Jan-Kees van Andel commented on MYFACES-2524: - The only reason for this

[jira] Resolved: (MYFACES-2524) Change ExternalSpecifications to enable using it in automated tests

2010-01-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2524. Resolution: Fixed Fix Version/s: 2.0.0-beta-2 I changed the public static final

[jira] Updated: (TRINIDAD-1696) acc (screen reader mode) layout tables should include role=presentation

2010-01-29 Thread Matt Cooper (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Cooper updated TRINIDAD-1696: -- Resolution: Fixed Fix Version/s: 1.2.14-core Status: Resolved (was:

[jira] Commented: (MYFACES-2525) Split javax.faces package in OSGi

2010-01-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806513#action_12806513 ] Leonardo Uribe commented on MYFACES-2525: - It sound reasonable. I experienced

[TRINIDAD] trinidad-2.0.x branch and patches

2010-01-29 Thread Matt Cooper
Is the trinidad-2.0.x branch something permanent or do you foresee this being rebranched from the JSF 1.2 Trinidad trunk in the future? (I am asking because I am applying patches for TRINIDAD-1696 and would like to know if I need an extra patch for the trinidad-2.0.x branch.) Thanks, Matt

Re: [TRINIDAD] trinidad-2.0.x branch and patches

2010-01-29 Thread Matthias Wessendorf
Hey Matt, please do NOT apply them to 2.0.x every n weeks, I do merge the 1.2 fixes into the 2.0.x -Matthias On Fri, Jan 29, 2010 at 10:37 PM, Matt Cooper mcoo...@apache.org wrote: Is the trinidad-2.0.x branch something permanent or do you foresee this being rebranched from the JSF 1.2

[jira] Commented: (MYFACES-2525) Split javax.faces package in OSGi

2010-01-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806520#action_12806520 ] Jakob Korherr commented on MYFACES-2525: OK, good to know. I'll have some time

Re: [TRINIDAD] trinidad-2.0.x branch and patches

2010-01-29 Thread Matt Cooper
Excellent, thank you Matthias :) On Fri, Jan 29, 2010 at 2:39 PM, Matthias Wessendorf mat...@apache.orgwrote: Hey Matt, please do NOT apply them to 2.0.x every n weeks, I do merge the 1.2 fixes into the 2.0.x -Matthias On Fri, Jan 29, 2010 at 10:37 PM, Matt Cooper mcoo...@apache.org

[jira] Created: (TOMAHAWK-1482) HtmlTableRendererBase produces invalid html if row is not available

2010-01-29 Thread Michael Heinen (JIRA)
HtmlTableRendererBase produces invalid html if row is not available Key: TOMAHAWK-1482 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1482 Project: MyFaces Tomahawk

[jira] Commented: (MYFACES-2483) Find a way to allow c:if work with partial state saving enabled

2010-01-29 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806589#action_12806589 ] Leonardo Uribe commented on MYFACES-2483: - Attached another patch (