[RESULT][VOTE] Release Tobago 1.0.10

2007-03-11 Thread Bernd Bohmann
This vote is successful. Results: +1 (binding) matzew weber dennisbyrne grantsmith bommel +1 idus I will continue with the next steps for a release. Regards Bernd

Client Side Validation i18n aware?

2007-03-11 Thread Mario Ivankovits
Hi Cagatay! + var doubleRegExp = /^(\+|-)?\d*\.?\d*([eE]\d+)?[dD]?$/; I haven't had a look at all your validation code, though, do it deal with i18n? Means, the regexp above allows to have a . - I guess as fraction delimiter. But then, this depends on language

[jira] Created: (TOBAGO-317) tc:link action ignored when onclick is set

2007-03-11 Thread Dennis Kieselhorst (JIRA)
tc:link action ignored when onclick is set -- Key: TOBAGO-317 URL: https://issues.apache.org/jira/browse/TOBAGO-317 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects

[jira] Created: (MYFACES-1557) MyfacesConfig.getCurrentInstance not thread safe

2007-03-11 Thread David Jencks (JIRA)
MyfacesConfig.getCurrentInstance not thread safe Key: MYFACES-1557 URL: https://issues.apache.org/jira/browse/MYFACES-1557 Project: MyFaces Core Issue Type: Bug Components: General

Re: Client Side Validation i18n aware?

2007-03-11 Thread Cagatay Civici
Hi Mario, Good catch, I was thinking about localization before but I left it for later for now. Because it seems like the server side converters like javax.faces.FloatConverter or javax.faces.DoubleConverter do not handle i18n too. I'm trying to make the client side validation be %100 compatible

[jira] Resolved: (TOMAHAWK-786) panelTabbedPane does not render included .jspf file (bug is easily reproduced)

2007-03-11 Thread Cagatay Civici (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cagatay Civici resolved TOMAHAWK-786. - Resolution: Invalid This is clearly not a myfaces issue, jspf's are not simply

Re: Client Side Validation i18n aware?

2007-03-11 Thread Cagatay Civici
Just a quick typo fix:) as an example Float.valueOf(10,2) everytime even in French locale as an example Float.valueOf(10,2) fails everytime even in French locale Cagatay On 3/11/07, Cagatay Civici [EMAIL PROTECTED] wrote: Hi Mario, Good catch, I was thinking about localization before but

[jira] Created: (MYFACES-1558) FactoryFinder not thread safe, and has a memory leak

2007-03-11 Thread David Jencks (JIRA)
FactoryFinder not thread safe, and has a memory leak Key: MYFACES-1558 URL: https://issues.apache.org/jira/browse/MYFACES-1558 Project: MyFaces Core Issue Type: Bug Components:

[jira] Commented: (MYFACES-1558) FactoryFinder not thread safe, and has a memory leak

2007-03-11 Thread Dennis Byrne (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479972 ] Dennis Byrne commented on MYFACES-1558: --- we can use generics - we can not use generics FactoryFinder not

[jira] Commented: (MYFACES-1558) FactoryFinder not thread safe, and has a memory leak

2007-03-11 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479973 ] David Jencks commented on MYFACES-1558: --- Thanks for looking into this. I have been working with what you

[jira] Commented: (MYFACES-1558) FactoryFinder not thread safe, and has a memory leak

2007-03-11 Thread Dennis Byrne (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479976 ] Dennis Byrne commented on MYFACES-1558: --- OK, if you are working w/ myfaces/current12 then you are fine, it's