[jira] [Created] (MYFACES-3893) NullPointerException in ErrorPageWriter._writeAttributes [Line 1304]

2014-05-19 Thread Fabio (JIRA)
Fabio created MYFACES-3893: -- Summary: NullPointerException in ErrorPageWriter._writeAttributes [Line 1304] Key: MYFACES-3893 URL: https://issues.apache.org/jira/browse/MYFACES-3893 Project: MyFaces Core

[extval] first steps for the next release

2014-05-19 Thread Gerhard Petracek
hi @ all, if there are no objections, i'll start with the first steps for the next release (review,...) by the end of the week. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache

[jira] [Created] (MYFACES-3894) Make the duplicate client id check optional in development mode

2014-05-19 Thread Adam Balazs (JIRA)
Adam Balazs created MYFACES-3894: Summary: Make the duplicate client id check optional in development mode Key: MYFACES-3894 URL: https://issues.apache.org/jira/browse/MYFACES-3894 Project: MyFaces

Re: Adding web debug feature to include files

2014-05-19 Thread Leonardo Uribe
Hi I think it is possible. To do that, you can take a look at the class org.apache.myfaces.view.facelets.compiler.CompilationManager method pushTag(Tag orig). The idea is SAXCompiler parses the xml file and use CompilationManager to create a set of instructions that later will be used to create

Re: [proposal] A new module for improved JSF-MVC inside MyFaces Project

2014-05-19 Thread Leonardo Uribe
Hi DR How about @ViewAction(/section1, action=exportExcel) It will not work because you can't change the annotation definition. In other words, we should make action parameter a reserved one. Also, the parameter by itself can have a converter or validator or a EL binding, so you need to define

[jira] [Commented] (MYFACES-3894) Make the duplicate client id check optional in development mode

2014-05-19 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001928#comment-14001928 ] Leonardo Uribe commented on MYFACES-3894: - That's weird. The algorithm in place

[jira] [Commented] (MYFACES-3789) Change default refresh period for facelets from 2 to 0 sec (=always refresh)

2014-05-19 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001934#comment-14001934 ] Leonardo Uribe commented on MYFACES-3789: - Ok, good to know that. I'll do a

[jira] [Created] (MYFACESTEST-70) customizable ClassLoader

2014-05-19 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created MYFACESTEST-70: --- Summary: customizable ClassLoader Key: MYFACESTEST-70 URL: https://issues.apache.org/jira/browse/MYFACESTEST-70 Project: MyFaces Test Issue

[jira] [Commented] (MYFACES-3894) Make the duplicate client id check optional in development mode

2014-05-19 Thread Adam Balazs (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14002009#comment-14002009 ] Adam Balazs commented on MYFACES-3894: -- Hi, The context param didn't helped. I'm

[jira] [Commented] (MYFACES-3894) Make the duplicate client id check optional in development mode

2014-05-19 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14002333#comment-14002333 ] Thomas Andraschko commented on MYFACES-3894: Could you please create a issue