[jira] Commented: (MYFACES-2737) Cache FacesContext on UIComponentBase instances

2010-05-26 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872100#action_12872100 ] Jan-Kees van Andel commented on MYFACES-2737: - I agree with Martin. It looks

[jira] Created: (TOBAGO-885) Add possibility to reset the column sizes of a sheet.

2010-05-26 Thread Udo Schnurpfeil (JIRA)
Add possibility to reset the column sizes of a sheet. - Key: TOBAGO-885 URL: https://issues.apache.org/jira/browse/TOBAGO-885 Project: MyFaces Tobago Issue Type: New Feature Compo

[jira] Commented: (MYFACES-2737) Cache FacesContext on UIComponentBase instances

2010-05-26 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872080#action_12872080 ] Martin Marinschek commented on MYFACES-2737: Hi Leonardo, I _definitely_ lik

Re: Extended Debug Tree - MYFACES-2676

2010-05-26 Thread Martin Marinschek
Hi guys, I am alright with this. Jakob, can you check generally if we do anything in static settings which would also be affected by this deployment scenario? I would certainly think it is possible that we already do so... best regards, Martin On 5/27/10, Gerhard Petracek wrote: > to reduce po

[jira] Created: (MYFACES-2737) Cache FacesContext on UIComponentBase instances

2010-05-26 Thread Leonardo Uribe (JIRA)
Cache FacesContext on UIComponentBase instances --- Key: MYFACES-2737 URL: https://issues.apache.org/jira/browse/MYFACES-2737 Project: MyFaces Core Issue Type: Improvement Components: JSR

Re: Extended Debug Tree - MYFACES-2676

2010-05-26 Thread Gerhard Petracek
to reduce possible confusions in such very special cases - we can provide a meaningful default message, if the call stack is missing in dev. mode. -> +1 for keeping this feature (for now). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in Engl

[jira] Resolved: (EXTVAL-98) (trinidad + bean-validation) required initialization

2010-05-26 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTVAL-98. Fix Version/s: 1.2.4-SNAPSHOT 2.0.4-SNAPSHOT 1.1.4-SNAP

Re: Extended Debug Tree - MYFACES-2676

2010-05-26 Thread Jakob Korherr
Hi guys, I'd like to sum this up and get some final opinions on whether or not to remove the code from UIInput. Keeping the code on UIInput would provide the call stack in the extended debug tree for submittedValue and localValue which is a very cool feature, but may lead to a small performance l

[jira] Commented: (MYFACES-2638) Fix PostAddToViewEvent and PreRemoveFromViewEvent publishing conditions

2010-05-26 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871975#action_12871975 ] Leonardo Uribe commented on MYFACES-2638: - Attached final patch for using facelet

[jira] Created: (EXTVAL-98) (trinidad + bean-validation) required initialization

2010-05-26 Thread Gerhard Petracek (JIRA)
(trinidad + bean-validation) required initialization Key: EXTVAL-98 URL: https://issues.apache.org/jira/browse/EXTVAL-98 Project: MyFaces Extensions Validator Issue Type: Bug Com

Re: [jsr-314-open] Fwd: PostAddToViewEvent publishing conditions

2010-05-26 Thread Andy Schwartz
On 5/26/10 1:27 AM, Martin Marinschek wrote: Hi Andy, my 2cents (isn´t worth much in this discussion if I don´t look any deeper into this ;) Given that ui:decorate is a non-trimming ui:composition, why would these behave differently with respect to interaction with the TemplateClient? I wo

Re: [jsr-314-open] Fwd: PostAddToViewEvent publishing conditions

2010-05-26 Thread Andy Schwartz
On 5/26/10 12:49 PM, Andy Schwartz wrote: Unless someone understands why the implementation is inconsistent across these two cases, I think that we should align the implementations. Note that given the bug that Max logged (against Mojarra): https://javaserverfaces.dev.java.net/issues/show_

[jira] Resolved: (PORTLETBRIDGE-142) Facelets 1.1.4 doesn't work with Bridge 1.0 PortletNamingContainerUIViewRoot

2010-05-26 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-142. Fix Version/s: 1.0.0 Resolution: Fixed Fix was as mentioned i

[jira] Created: (PORTLETBRIDGE-142) Facelets 1.1.4 doesn't work with Bridge 1.0 PortletNamingContainerUIViewRoot

2010-05-26 Thread Michael Freedman (JIRA)
Facelets 1.1.4 doesn't work with Bridge 1.0 PortletNamingContainerUIViewRoot Key: PORTLETBRIDGE-142 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-142 Project: MyFa

Re: [jsr-314-open] Fwd: PostAddToViewEvent publishing conditions

2010-05-26 Thread Andy Schwartz
Gang - I attempted to send this earlier today from my work account but it didn't seem to make it through. Re-sending from gmail (with one minor correction). Hopefully I'll have better luck this time. :-) (Apologies if we end up with multiple copies of this...) On 5/26/10 1:27 AM, Martin Marins

[MyFaces] Code coverage and suitable tools

2010-05-26 Thread Rudy De Busscher
@All, To ensure maximum code coverage of the JUnit tests for the next release of ExtVal, I was looking at some code coverage tools. It seems that there aren't much which have a license compatible with Apache (Or am I missing something?). So I made a try with Cobertura (maven plugin has Apache L

[jira] Commented: (PORTLETBRIDGE-127) FacesContext.getCurrentInstance().getExternalContext().getSessionMap().remove() does not seem to work wth the bridge

2010-05-26 Thread DK (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871905#action_12871905 ] DK commented on PORTLETBRIDGE-127: -- OK, will do. I've got Spring Web release from t

[MyFaces] Code coverage and suitable tools

2010-05-26 Thread Rudy De Busscher
[thread renaming] -- Forwarded message -- From: Gerhard Petracek Date: 26 May 2010 12:47 Subject: Re: [MyFaces] Code coverage and suitable tools To: MyFaces Development [thread renaming] 2010/5/26 Jan-Kees van Andel I remember Apache having a Clover license. Not sure though.

[jira] Created: (TRINIDAD-1816) Unicode ¿ character (\u00BF) is escaped to "¿" instead of "¿" for example:

2010-05-26 Thread victor (JIRA)
Unicode ¿ character (\u00BF) is escaped to "¿" instead of "¿" for example:https://issues.apache.org/jira/browse/TRINIDAD-1816 Project: MyFaces Trinidad Issue Type: Bug Components: Facelets Affects Versions: 1.2.13-core , 1.2.14-core Environment: myf

Re: [Trinidad][api] - Any objections / counter-proposals for (TRINIDAD-1810) Flash component needs public version of NumberConverter.is[Min/Max][Fraction/Integer]DigitsSet() apis]

2010-05-26 Thread Blake Sullivan
+1 -- Blake Sullivan On May 26, 2010, at 5:33 AM, Matthias Wessendorf wrote: > +1 > > On Wed, May 26, 2010 at 1:54 PM, Diar Ahmed wrote: > Hi Again, > > So what we would like to do to fix this issue is to make the following > methods on NumberConverter public. > - protected boolean isMaxim

[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871757#action_12871757 ] Jakob Korherr commented on MYFACES-2734: I did some research about this issue and

Re: [GSOC-HTML5] Prototype , ,

2010-05-26 Thread Matthias Wessendorf
On Wed, May 26, 2010 at 2:38 PM, Ali Ok wrote: > Hi Matthias, > I couldn't quite understand what you've meant. > Do you mean, (ignore the bad naming) > * having property named something like "actionOnNoHTML5VideoSupport" : > "useFallBack" | "alert" > * and having another property named something l

Re: [GSOC-HTML5] Prototype , ,

2010-05-26 Thread Ali Ok
Hi Matthias, I couldn't quite understand what you've meant. Do you mean, (ignore the bad naming) * having property named something like "actionOnNoHTML5VideoSupport" : "useFallBack" | "alert" * and having another property named something like "loadAlternatePlayerAction" which can have the JS acti

Re: [Trinidad][api] - Any objections / counter-proposals for (TRINIDAD-1810) Flash component needs public version of NumberConverter.is[Min/Max][Fraction/Integer]DigitsSet() apis]

2010-05-26 Thread Matthias Wessendorf
+1 On Wed, May 26, 2010 at 1:54 PM, Diar Ahmed wrote: > Hi Again, > > So what we would like to do to fix this issue is to make the following > methods on NumberConverter public. > > - protected boolean isMaximumFractionDigitsSet() > - protected boolean isMinimumFractionDigitsSet() > - protected

Re: [Trinidad][api] - Any objections / counter-proposals for (TRINIDAD-1810) Flash component needs public version of NumberConverter.is[Min/Max][Fraction/Integer]DigitsSet() apis]

2010-05-26 Thread Diar Ahmed
Hi Again, So what we would like to do to fix this issue is to make the following methods on NumberConverter public. - protected boolean isMaximumFractionDigitsSet() - protected boolean isMinimumFractionDigitsSet() - protected boolean isMaximumIntegerDigitsSet() - protected boolean isMinimumInt

Re: [GSOC-HTML5] Prototype , ,

2010-05-26 Thread Matthias Wessendorf
Hi Ali, looks good so far. One quick comment: - => fallBack: does it need to be a facet ? What about "alternatePlayer" and warning (or alert) ? -Matthias On Wed, May 19, 2010 at 10:30 PM, Ali Ok wrote: > Hi all, > I've prepared some component prototypes, and your feedback is appreciated. >

Re: [MyFaces] Code coverage and suitable tools

2010-05-26 Thread Gerhard Petracek
[thread renaming] 2010/5/26 Jan-Kees van Andel > I remember Apache having a Clover license. Not sure though. We might use > it... > > It looks like the Maven plugin is ASL licensed. > http://docs.atlassian.com/maven-clover2-plugin/2.3.1/license.html > > Regards, > Jan-Kees > > > 2010/5/26 Gerhar

Re: [ExtVal] Code coverage and suitable tools

2010-05-26 Thread Jan-Kees van Andel
I remember Apache having a Clover license. Not sure though. We might use it... It looks like the Maven plugin is ASL licensed. http://docs.atlassian.com/maven-clover2-plugin/2.3.1/license.html Regards, Jan-Kees 2010/5/26 Gerhard Petracek > hi rudy, > > imo we should have such a tool for all s

Re: [ExtVal] Code coverage and suitable tools

2010-05-26 Thread Gerhard Petracek
hi rudy, imo we should have such a tool for all sub-projects of myfaces. maybe as a part of the gsoc project [1]. (we can also add it after the gsoc project is finished. if there is an issue with the license, we have to add it as external add-on.) regards, gerhard [1] http://www.mail-archive.com