[jira] Created: (TOBAGO-831) Attach the tooltip of a combined component to the container panel instead of just to the label

2009-11-30 Thread Jochen Kupperschmidt (JIRA)
Attach the tooltip of a combined component to the container panel instead of just to the label -- Key: TOBAGO-831 URL: https://issues.apache.org/jira/browse/TOBAGO-831

[jira] Resolved: (TRINIDAD-1417) partialTriggers does not take String value

2009-11-30 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1417. -- Resolution: Invalid Assignee: Matthias Weßendorf the partialTriggers

[jira] Created: (TRINIDAD-1646) Support localization of alt text of inputNumberSpinbox Icons

2009-11-30 Thread JIRA
Support localization of alt text of inputNumberSpinbox Icons Key: TRINIDAD-1646 URL: https://issues.apache.org/jira/browse/TRINIDAD-1646 Project: MyFaces Trinidad Issue Type: Bug

[MyFaces 2] visitTree

2009-11-30 Thread Matthias Wessendorf
Hi, checking a bit the diff between visitTree() in MyFaces2 and Trinidad 1.2.x. In MyFaces2, I see that on the ACCEPT case the just ask for the children, but not for the facets. Just an oversight? I mean, sure the spec (and its javadoc) don't say much... however the spec's visitTree() has been

[jira] Created: (TRINIDAD-1647) HTML Escapes writes out characters illegal in HTML

2009-11-30 Thread Blake Sullivan (JIRA)
HTML Escapes writes out characters illegal in HTML -- Key: TRINIDAD-1647 URL: https://issues.apache.org/jira/browse/TRINIDAD-1647 Project: MyFaces Trinidad Issue Type: Bug

[ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-11-30 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.0-alpha. MyFaces Core is a JavaServer(tm) Faces 2.0 implementation as specified by JSR-314. MyFaces Core 2.0.0-alpha is available in both binary and source distributions. *

[jira] Commented: (MYFACES-2428) Id generation for facelets cause problems with htmlunit 2.4 or lower

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783808#action_12783808 ] Leonardo Uribe commented on MYFACES-2428: - Committed disable of use facelet

[jira] Updated: (MYFACES-2417) h:commandButton and h:commandLink now can be rendered outside a form

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2417: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

[jira] Updated: (MYFACES-2429) Missing localePrefix for resources is not ignored

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2429: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

[jira] Updated: (MYFACES-2430) Button image url rendered wrong for resources

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2430: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

[jira] Updated: (MYFACES-2432) InsertChildrenHandler.RelocateAllChildrenListener throws IndexOutOfBoundsException

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2432: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

[jira] Commented: (MYFACES-2428) Id generation for facelets cause problems with htmlunit 2.4 or lower

2009-11-30 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783886#action_12783886 ] Michael Kurz commented on MYFACES-2428: --- The changes from commit 885547 (seed is

[MyFaces 2] Multiple children in facet

2009-11-30 Thread Michael Kurz
Hi, I have recently created a bunch of applications with Mojarra 2.0 that I'm currently trying to port to MyFaces 2.0. In Mojarra 2 it is possible to have more than one child in a facet (without enclosing them in a panel). So I thought this is part of the new spec. But when I noticed that

Re: [MyFaces 2] Multiple children in facet

2009-11-30 Thread Jakob Korherr
Hi Michael, Could be one of the »countless« features of mojarra, which do not appear in the spec, but should appear. You could write an email to jsr-314-comme...@jcp.org and ask if it was forgotten in the spec. Regards Jakob Korherr 2009/12/1 Michael Kurz michi.k...@gmx.at Hi, I have

Re: [MyFaces 2] Multiple children in facet

2009-11-30 Thread Leonardo Uribe
Hi jsr-314-comme...@jcp.org will be replaced by jsr-314-pub...@jcp.org , but this list still don't receive mail from non jcp members. I have a lot of comments to do but for now I'm waiting people there solve the problems, so maybe we should wait a little bit before send email, or ask to someone

[jira] Commented: (MYFACES-2428) Id generation for facelets cause problems with htmlunit 2.4 or lower

2009-11-30 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784042#action_12784042 ] Leonardo Uribe commented on MYFACES-2428: - I committed an alternate solution for