[jira] Commented: (TRINIDAD-888) Add support for tabindex to focusable components

2009-07-21 Thread Carsten Pieper (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733505#action_12733505 ] Carsten Pieper commented on TRINIDAD-888: - Blake wrote: The row first vs. column

[jira] Commented: (TRINIDAD-888) Add support for tabindex to focusable components

2009-07-21 Thread Marco Hallo (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733520#action_12733520 ] Marco Hallo commented on TRINIDAD-888: -- I don't feel comfotible with a

[jira] Commented: (TRINIDAD-1480) XMLMenuModel resourceBundle does not use f:view (viewRoot) locale

2009-07-21 Thread Jasper de Vries (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733572#action_12733572 ] Jasper de Vries commented on TRINIDAD-1480: --- Oh, and when you hard code the

[Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
Hi, I've been working on getting the full suite of Tomahawk examples working on the 2.0 branch. Most of the examples are working, and one that's currently failing is Data Scroller (dataScroller.jsp). It looks like the dataScroller bean (org.apache.myfaces.examples.listexample.DataScrollerList)

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Matthias Wessendorf
So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number and call .intValue())? .intValue() would be fine w/ me. TCK should be fine with that as well, I guess... Thanks, Curtiss Howard -- Matthias

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
On Tue, Jul 21, 2009 at 8:12 AM, Matthias Wessendorfmat...@apache.org wrote: So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number and call .intValue())? .intValue() would be fine w/ me. TCK should be fine with

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Matthias Wessendorf
On Tue, Jul 21, 2009 at 2:17 PM, Curtiss Howardcurtiss.how...@gmail.com wrote: On Tue, Jul 21, 2009 at 8:12 AM, Matthias Wessendorfmat...@apache.org wrote: So, how should this be approached?  Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
yes, true. I switched my mind. I don't see any reason for long as well. Guess I should have checked JIRA first... looks like this issue _has_ been known about for two years ;) https://issues.apache.org/jira/browse/TOMAHAWK-1064 Curtiss Howard

[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.10)

2009-07-21 Thread Matthias Wessendorf
Hi, The Apache MyFaces community is pleased to announce its 1.2.10 release of the Apache MyFaces Trinidad Maven2 plugins. These Maven2 plugins have been deployed to the Apache Maven2 and they are mirrored by ibiblio as well. release notes:

[jira] Commented: (TRINIDAD-888) Add support for tabindex to focusable components

2009-07-21 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733706#action_12733706 ] Blake Sullivan commented on TRINIDAD-888: - Marco, I'm having a hard time

[jira] Updated: (MYFACES-1955) MyFaces 1.2.4 and WebLogic 10.3- strict servlet API: cannot call getWriter() after getOutputStream()

2009-07-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-1955: Resolution: Fixed Fix Version/s: 1.2.8-SNAPSHOT Status: Resolved (was:

[jira] Updated: (TRINIDAD-1536) client convertnumber truncates number when groupingseparator is space

2009-07-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1536: - Resolution: Fixed Fix Version/s: 1.2.12-core Assignee:

[jira] Updated: (TRINIDAD-1421) incorrect convertNumber behavior when integerOnly=true

2009-07-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1421: - Resolution: Fixed Fix Version/s: 1.2.12-core Status:

Re: [Trinidad] tr:convertDateTime, pattern and client validation

2009-07-21 Thread Yee-wah Lee
Hi Lucas, I was able to reproduce this. The problem is in the client datetime converter, which assumes that years occupy 4 digits. function _subparse (..) case 'y': // year var year = _accumulateNumber(parseContext, 4); So, it parses a string like 981122 and gets year=9811, then

[jira] Updated: (TRINIDAD-1537) client convertNumber truncates invalid number instead of throwing exception

2009-07-21 Thread Cale Scholl (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cale Scholl updated TRINIDAD-1537: -- Status: Patch Available (was: Open) client convertNumber truncates invalid number instead

[jira] Commented: (TRINIDAD-1512) ConvertDateTime uses static GMT+x string for timezone display, doesn't update for daylight savings

2009-07-21 Thread Yee-Wah Lee (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733899#action_12733899 ] Yee-Wah Lee commented on TRINIDAD-1512: --- Sent an email out to dev mailing list,

[jira] Commented: (TRINIDAD-1512) ConvertDateTime uses static GMT+x string for timezone display, doesn't update for daylight savings

2009-07-21 Thread Yee-Wah Lee (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733903#action_12733903 ] Yee-Wah Lee commented on TRINIDAD-1512: --- Although this used to work in JDK 1.5,

[jira] Created: (MYFACES-2291) Components implementing ClientBehaviorHolder should override getEventNames() and getDefaultEventName()

2009-07-21 Thread Leonardo Uribe (JIRA)
Components implementing ClientBehaviorHolder should override getEventNames() and getDefaultEventName() -- Key: MYFACES-2291 URL:

[jira] Resolved: (MYFACES-2291) Components implementing ClientBehaviorHolder should override getEventNames() and getDefaultEventName()

2009-07-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2291. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Components implementing

[jira] Commented: (ORCHESTRA-25) Orchestra does not work within BEA WebLogic JSF portlet - FacesContextFactory related problem

2009-07-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733980#action_12733980 ] Leonardo Uribe commented on ORCHESTRA-25: - There is a patch attached on

[jira] Commented: (ORCHESTRA-22) portlet: Error creating bean with name 'org.apache.myfaces.orchestra.conversation.AccessScopeManager'

2009-07-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733981#action_12733981 ] Leonardo Uribe commented on ORCHESTRA-22: - There is a patch attached on