[jira] Created: (MYFACES-2726) CommandLink renderer do not escape \ characters in generated javascript

2010-05-19 Thread Romain Seguy (JIRA)
CommandLink renderer do not escape \ characters in generated javascript --- Key: MYFACES-2726 URL: https://issues.apache.org/jira/browse/MYFACES-2726 Project: MyFaces Core

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

2010-05-19 Thread Andy Schwartz
Leonardo - Thanks for this detailed analysis - lots of good information here. I've been meaning to follow up on this for some time now. Better late than never I guess. :-) My thoughts inline below... On 3/17/10 9:10 PM, Leonardo Uribe wrote: Actually the event publishing conditions of

[jira] Created: (TOMAHAWK-1512) inputHtmlUnicode does not work with firefox 3.6

2010-05-19 Thread Adam Faryna (JIRA)
inputHtmlUnicode does not work with firefox 3.6 --- Key: TOMAHAWK-1512 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1512 Project: MyFaces Tomahawk Issue Type: Bug Components: Html

[jira] Commented: (TOMAHAWK-1512) inputHtmlUnicode does not work with firefox 3.6

2010-05-19 Thread Adam Faryna (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869079#action_12869079 ] Adam Faryna commented on TOMAHAWK-1512: --- This bug is similar to TOMAHAWK-1489 but

[jira] Issue Comment Edited: (TOMAHAWK-1512) inputHtmlUnicode does not work with firefox 3.6

2010-05-19 Thread Adam Faryna (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869079#action_12869079 ] Adam Faryna edited comment on TOMAHAWK-1512 at 5/19/10 6:13 AM:

[jira] Issue Comment Edited: (TOMAHAWK-1512) inputHtmlUnicode does not work with firefox 3.6

2010-05-19 Thread Adam Faryna (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869084#action_12869084 ] Adam Faryna edited comment on TOMAHAWK-1512 at 5/19/10 6:35 AM:

Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Jakob Korherr
Hi guys, In the last two weeks I was working on a better debug page (ui:debug /) for MyFaces, which contains a lot more information than the current one. This information includes the whole component tree (how it really is rendered), renderer information and a value lifecycle (submittedValue,

[jira] Commented: (MYFACES-2697) BeanValidation class is annotated with @FacesValidator tag

2010-05-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869123#action_12869123 ] Jakob Korherr commented on MYFACES-2697: I will check this again (also against

[jira] Created: (TOBAGO-882) New attribute resizable for tag tc:column

2010-05-19 Thread Udo Schnurpfeil (JIRA)
New attribute resizable for tag tc:column --- Key: TOBAGO-882 URL: https://issues.apache.org/jira/browse/TOBAGO-882 Project: MyFaces Tobago Issue Type: New Feature Components: Core

[jira] Reopened: (TRINIDAD-1729) provide a hook for for an external decorator of Skin InputStreamProvider

2010-05-19 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman reopened TRINIDAD-1729: -- There is a bug in this. java.lang.ClassCastException:

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Martin Marinschek
Hi Jakob, The problem with this is that the code on UIInput checks the ProjectStage everytime setSubmittedValue() or setValue() are called, which is very often and could make MyFaces a bit slower, I guess. If we remove this code on UIInput, the debug output will stay mostly the same except

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Jakob Korherr
Hi Martin, Indeed, we have to call FacesContext.getCurrentInstance() everytime. So I guess it will be better to remove the code from UIInput! Regards, Jakob 2010/5/19 Martin Marinschek mmarinsc...@apache.org Hi Jakob, The problem with this is that the code on UIInput checks the

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Gerhard Petracek
hi, as long as we don't want to change the project stage dynamically, we can just store e.g. a marker as static information. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Leonardo Uribe
Hi The problem in this case is the only place we can store this information is the component instance itself. So, at least there is one lookup per component. If we try to cache facesContext, unfortunately there is not safe way to clean this reference (portlet case), so there is a risk of use old

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Gerhard Petracek
we don't have to cache the faces-context. we can use e.g. an interface with a static final field. usage (example): if(Boolean.TRUE.equals(InternalProjectStage.IS_DEV_MODE)) { //... } - there is just one evaluation. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting,

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Jan-Kees van Andel
Sounds plausible, we already do the same thing with the ExternalContexts class. It's blazing fast, but the question is: Are we allowed to and do we want to cache the instance? If the spec doesn't dictate otherwise, I'm in favor of caching it. Another idea is to cache it in the ServletContext.

[jira] Created: (EXTCDI-22) make ProjectStageProducer classloader aware

2010-05-19 Thread Mark Struberg (JIRA)
make ProjectStageProducer classloader aware --- Key: EXTCDI-22 URL: https://issues.apache.org/jira/browse/EXTCDI-22 Project: MyFaces CODI Issue Type: Bug Components: Core Affects

[jira] Resolved: (EXTCDI-22) make ProjectStageProducer classloader aware

2010-05-19 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg resolved EXTCDI-22. - Fix Version/s: 1.0.0-SNAPSHOT Resolution: Fixed make ProjectStageProducer classloader

[jira] Created: (TOBAGO-883) Resizing of columns doesn't work in Firefox

2010-05-19 Thread Udo Schnurpfeil (JIRA)
Resizing of columns doesn't work in Firefox --- Key: TOBAGO-883 URL: https://issues.apache.org/jira/browse/TOBAGO-883 Project: MyFaces Tobago Issue Type: Bug Components: Themes Affects

[GSOC-HTML5] Prototype hx:video, hx:mediaSource, hx:mediaSources

2010-05-19 Thread Ali Ok
Hi all, I've prepared some component prototypes, and your feedback is appreciated. There are 20+ components and I want to send them to discuss here, one by one; to have a 'cleaner' separation of the discussion. Also, IMHO, it is better to post prototypes inline.

[jira] Created: (EXTVAL-97) Object Graph Validation causes IllegalArgumentException on null values

2010-05-19 Thread Simon Zambrovski (JIRA)
Object Graph Validation causes IllegalArgumentException on null values -- Key: EXTVAL-97 URL: https://issues.apache.org/jira/browse/EXTVAL-97 Project: MyFaces Extensions Validator

[jira] Resolved: (EXTVAL-97) Object Graph Validation causes IllegalArgumentException on null values

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

[jira] Commented: (TRINIDAD-1107) tr:table - scrolling of content

2010-05-19 Thread zeroxin (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869446#action_12869446 ] zeroxin commented on TRINIDAD-1107: --- Hi, Cedric I also met this problem, and did

Wolfgang Toepfer ist außer Haus.

2010-05-19 Thread wolfgang . toepfer
Ich werde ab 20.05.2010 nicht im Büro sein. Ich kehre zurück am 26.05.2010. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. PTA Programmier-Technische Arbeiten GmbH Seckenheimer Str. 65-67, 68165 Mannheim Amtsgericht Mannheim, HRB 1139 USt-IdNr.: DE 143 839 368 Geschäftsführer:

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

2010-05-19 Thread Leonardo Uribe
Hi I tried the proposal of use some variation of TemplateClient API (I attach it as reference on MYFACES-2638-6.patch ). The solution works for simple cases, but it does not when nested composite components are used. Look this example (I removed the non relevant code):