Re: Incompatibility of Tomahawk + JSF 2

2010-08-27 Thread fionalee
Thanks Leonardo, I've downloaded the jar file and put in my /web-inf/lib folder. But I get the following error: java.lang.IllegalArgumentException at java.util.EventObject.init(EventObject.java:47) at javax.faces.event.SystemEvent.init(SystemEvent.java:67) at

Re: Incompatibility of Tomahawk + JSF 2

2010-08-27 Thread Leonardo Uribe
Hi 2010/8/27 fionalee fiona@medicareaustralia.gov.au Thanks Leonardo, I've downloaded the jar file and put in my /web-inf/lib folder. But I get the following error: java.lang.IllegalArgumentException at java.util.EventObject.init(EventObject.java:47) at

Re: Incompatibility of Tomahawk + JSF 2

2010-08-27 Thread fionalee
Leonardo, Many thanks for your help. I finally get Tomahawk working in my new project. The problem was something else. I should have had confident in you. You saved heaps for our project. Thanks regards Fiona -- View this message in context:

Re: hud...@myfaces

2010-08-27 Thread Matthias Wessendorf
Done! On Thu, Aug 26, 2010 at 11:44 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Matthias, Can you please add an account for me too? I'd like to check the current20 build. Thanks! Jakob 2010/8/25 Matthias Wessendorf mat...@apache.org Thanks Bernd! Right now the following

[jira] Commented: (MYFACES-2165) concurrent issue in initializing myfaces 1.1.6

2010-08-27 Thread Anudeep CA (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903344#action_12903344 ] Anudeep CA commented on MYFACES-2165: - Thanks a lot. This will be very much helpful.

[jira] Created: (TRINIDAD-1897) PPR Rendering sometimes not working in firefox when uploading files using inputfile due to a javascript error

2010-08-27 Thread Mike Toggweiler (JIRA)
PPR Rendering sometimes not working in firefox when uploading files using inputfile due to a javascript error - Key: TRINIDAD-1897 URL:

_SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Koci
Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue(FacesContext, Object) ? Two weird things: 1) it wraps value into new String[] { value } 2) it calls UISelectMany.this.getConvertedValue and it leads to Rendered.getConvertedValue call I don't see sence

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Jakob Korherr
Hi Martin, The purpose of this conversion is that the value of the SelectItems may be a String, but the real (already converted) value of the UISelectMany may be something else, e.g. Float. Imagine the following scenario: h:selectManyCheckbox value=#{myBean.inputFloatArray}

[jira] Created: (MYFACES-2894) Eager bean is not created at application startup

2010-08-27 Thread Nick Belaevski (JIRA)
Eager bean is not created at application startup Key: MYFACES-2894 URL: https://issues.apache.org/jira/browse/MYFACES-2894 Project: MyFaces Core Issue Type: Bug Components: JSR-314

[jira] Commented: (MYFACES-2894) Eager bean is not created at application startup

2010-08-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903425#action_12903425 ] Jakob Korherr commented on MYFACES-2894: looks like we oversaw this feature,

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Koci
Hi, I understand that requirement but isn't it EL coercion task ? : https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=152 and from UISelectMany.validateValue JavaDoc: ...Before comparing each option, coerce the option value type to the type of this component's value

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Jakob Korherr
Hi, Hmm, could be. I guess this code was introduced in JSF 1.1 (no unified EL and thus no EL coercion available) and never changed in later versions. If you can make the scenario work using EL coercion, please file an issue in the JIRA. Thanks! Regards, Jakob 2010/8/27 Martin Koci

[jira] Created: (MYFACES-2895) Messages component cannot be updated by ajax without wrapping it

2010-08-27 Thread Nick Belaevski (JIRA)
Messages component cannot be updated by ajax without wrapping it Key: MYFACES-2895 URL: https://issues.apache.org/jira/browse/MYFACES-2895 Project: MyFaces Core Issue Type:

[jira] Created: (MYFACES-2896) PartialViewContextImpl ignores executeIds/renderIds/renderAll of wrapping PartialViewContext

2010-08-27 Thread Nick Belaevski (JIRA)
PartialViewContextImpl ignores executeIds/renderIds/renderAll of wrapping PartialViewContext Key: MYFACES-2896 URL: https://issues.apache.org/jira/browse/MYFACES-2896

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Marinschek
I didn't totally think through if it is usable in this case, but more general, if you can prevent it, do not use EL coercion. Why? As specified, EL coercion will coerce null to 0 or an . For the next version of the EL, this behaviour might be configurable. best regards, Martin On 8/27/10,

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

2010-08-27 Thread Nick Belaevski (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903458#action_12903458 ] Nick Belaevski commented on MYFACES-2458: - I have two issues with 2.0.2-SNAPSHOT:

[jira] Resolved: (MYFACES-2894) Eager bean is not created at application startup

2010-08-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2894. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed This works now. Actually we did

[jira] Commented: (MYFACES-2165) concurrent issue in initializing myfaces 1.1.6

2010-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903503#action_12903503 ] Leonardo Uribe commented on MYFACES-2165: - The error found with 1.1.7:

[jira] Commented: (TRINIDAD-1894) setting org.apache.myfaces.trinidad.DEBUG_JAVASCRIPT to false leads to exception

2010-08-27 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903512#action_12903512 ] Jeanne Waldman commented on TRINIDAD-1894: -- See

[jira] Commented: (MYFACES-2165) concurrent issue in initializing myfaces 1.1.6

2010-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903521#action_12903521 ] Leonardo Uribe commented on MYFACES-2165: - The error found in 1.2.6:

[jira] Commented: (MYFACES-2895) Messages component cannot be updated by ajax without wrapping it

2010-08-27 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903629#action_12903629 ] Werner Punz commented on MYFACES-2895: -- I am not sure if this really is a myfaces

[jira] Issue Comment Edited: (MYFACES-2895) Messages component cannot be updated by ajax without wrapping it

2010-08-27 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903629#action_12903629 ] Werner Punz edited comment on MYFACES-2895 at 8/27/10 4:59 PM:

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

2010-08-27 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903638#action_12903638 ] Werner Punz commented on MYFACES-2458: -- One sidenote to the execute multiple ids

Result (was: [VOTE] release for myfaces site skin v 1)

2010-08-27 Thread Leonardo Uribe
Hi Thanks to all people who vote. We have 6 +1 Gerhard Petracek Jakob Korherr Mark Struberg Jan-Kees van Andel Matthias Wessendorf Leonardo Uribe so we can continue with the necessary steps to release myfaces site skin v 1. best regards, Leonardo Uribe