[jira] Resolved: (TOBAGO-799) pass ajax request parameter infos to clientside onSubmit function

2009-10-01 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-799. - Resolution: Fixed Fix Version/s: 1.0.24 pass ajax request parameter infos to clientside

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Simon Lessard
+1 for jul. However, I think we should add an utility class (ServletContextListnener? This is the easiest way I know of, if it qualifies for easiest at all) in myfaces-shared or extension to make it easier to configure the logger because it's way more annoying to configure than commons-logging

[jira] Commented: (TOBAGO-695) Theme Scarborough missing right border off tc:box in IE 6

2009-10-01 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761235#action_12761235 ] Helmut Swaczinna commented on TOBAGO-695: - Seems, you're not supporting Theme

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Werner Punz
Again +1 for jul... One dependency less is always a good thing. Werner Leonardo Uribe schrieb: Hi Right now, facelets code added to myfaces core 2.0.x branch uses jul in this form: protected final static Logger log = Logger.getLogger(facelets.viewhandler); But the original myfaces

RE: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Mario Ivankovits
IMHO configuring the logger has to be solved by the used container. Ciao, Mario Von: Simon Lessard [mailto:simon.lessar...@gmail.com] Gesendet: Donnerstag, 01. Oktober 2009 16:57 An: MyFaces Development Betreff: Re: [VOTE] use of jul or commons logging on myfaces core 2.0 +1 for jul. However,

Screencast of what is cooking up in ext-scripting

2009-10-01 Thread Werner Punz
Hello everyone I have made a small screencast of what is cooking up in ext-scriping. Have in mind that I am still not done with the MyFaces 2.0 integration but my personal deadline is the JSFDays 2010 to get a 1.0 out. http://www.youtube.com/watch?v=vUCCTCMjTPEfeature=youtube_gdata Anyway it

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Antonio Petrelli
2009/10/1 Leonardo Uribe lu4...@gmail.com: Right now, facelets code added to myfaces core 2.0.x branch uses jul in this form:     protected final static Logger log = Logger.getLogger(facelets.viewhandler); But the original myfaces code uses commons logging, (so if there is no agreement

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Werner Punz
Antonio Petrelli schrieb: 2009/10/1 Leonardo Uribe lu4...@gmail.com: Right now, facelets code added to myfaces core 2.0.x branch uses jul in this form: protected final static Logger log = Logger.getLogger(facelets.viewhandler); But the original myfaces code uses commons logging, (so if

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Antonio Petrelli
2009/10/1 Werner Punz werner.p...@gmail.com: Why don't you consider using SLF4J? Probably it is the same question asked over and over again, but I try anyway :-D That would be a dependency replacement with another. Just my personal opinion regarding SLF4J Don't bother, I noticed that there

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Michael Concini
+1 for JUL Antonio Petrelli wrote: 2009/10/1 Werner Punz werner.p...@gmail.com: Why don't you consider using SLF4J? Probably it is the same question asked over and over again, but I try anyway :-D That would be a dependency replacement with another. Just my personal opinion

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Gerhard Petracek
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/10/1 Werner Punz werner.p...@gmail.com Again +1 for jul... One dependency less is always a good thing. Werner

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Grant Smith
+1 java.util.logging.Logger On Thu, Oct 1, 2009 at 9:14 AM, Michael Concini mconc...@gmail.com wrote: +1 for JUL Antonio Petrelli wrote: 2009/10/1 Werner Punz werner.p...@gmail.com: Why don't you consider using SLF4J? Probably it is the same question asked over and over again, but I try

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Mike Kienenberger
+1 for jul -- it's not ideal, but it's the standard and doesn't require any dependencies. On Thu, Oct 1, 2009 at 12:22 PM, Grant Smith work.gr...@gmail.com wrote: +1 java.util.logging.Logger On Thu, Oct 1, 2009 at 9:14 AM, Michael Concini mconc...@gmail.com wrote: +1 for JUL Antonio

[jira] Resolved: (EXTSCRIPT-25) create an artefact changed event system so that the loading strategies on the core level can adjust

2009-10-01 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-25. -- Resolution: Fixed Assignee: Werner Punz create an artefact changed event system so

[jira] Resolved: (MYFACES-2376) h:outputScript should force type=text/javascript

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2376. - Resolution: Fixed Fix Version/s: 2.0.0-alpha h:outputScript should force

[jira] Created: (MYFACES-2376) h:outputScript should force type=text/javascript

2009-10-01 Thread Leonardo Uribe (JIRA)
h:outputScript should force type=text/javascript -- Key: MYFACES-2376 URL: https://issues.apache.org/jira/browse/MYFACES-2376 Project: MyFaces Core Issue Type: Task Components:

[jira] Resolved: (MYFACES-2365) DefaultRestoreViewSupport.calculateViewId should not call ViewHandler.deriveViewId, it should be called later from ViewHandler.createView and ViewHandler.restoreView

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2365. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Commented: (MYFACES-2014) Implement ResponseStateManager.getViewState(FacesContext, Object)

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761444#action_12761444 ] Leonardo Uribe commented on MYFACES-2014: - I have added an implementation for

[Trinidad] Build Broken?

2009-10-01 Thread Mamallan Uthaman
Hi, I am getting golden-file mismatch errors (refer below) while building the Trinidad trunk. is the build broken? *Tests run: 821, Failures: 106, Errors: 0, Skipped: 0 *Branch-1.2.12.2 build seems ok.* *Thanks Mamallan

[jira] Commented: (MYFACES-2323) Implement f:ajax tag handler

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761458#action_12761458 ] Leonardo Uribe commented on MYFACES-2323: - There is still some pending stuff on

[jira] Commented: (MYFACES-2014) Implement ResponseStateManager.getViewState(FacesContext, Object) and update state saving field on client when ajax response is processed

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761464#action_12761464 ] Leonardo Uribe commented on MYFACES-2014: - See jsf 2.0 spec section 14.1 for

[jira] Created: (MYFACES-2377) Include global config parameters javadoc on myfaces-metadata using some myfaces builder plugin annotation

2009-10-01 Thread Leonardo Uribe (JIRA)
Include global config parameters javadoc on myfaces-metadata using some myfaces builder plugin annotation - Key: MYFACES-2377 URL:

[jira] Resolved: (MYFACES-2372) h:commandButton should render UIParameter children

2009-10-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2372. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe