[jira] [Created] (MYFACES-3239) ui:fragment ignores rendered attribute if nested in h:dataTable

2011-07-25 Thread Peter Kemp (JIRA)
ui:fragment ignores rendered attribute if nested in h:dataTable --- Key: MYFACES-3239 URL: https://issues.apache.org/jira/browse/MYFACES-3239 Project: MyFaces Core Issue Type: Bug

[jira] [Created] (EXTCDI-210) invalid page requests should be ignored

2011-07-25 Thread Gerhard Petracek (JIRA)
invalid page requests should be ignored --- Key: EXTCDI-210 URL: https://issues.apache.org/jira/browse/EXTCDI-210 Project: MyFaces CODI Issue Type: Improvement Components: JEE-JSF12-Module,

[jira] [Resolved] (EXTCDI-210) invalid page requests should be ignored

2011-07-25 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-210. - Resolution: Fixed Fix Version/s: 1.0.1 invalid page requests should be ignored

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070369#comment-13070369 ] Jakob Korherr commented on MYFACES-3235: I totally agree with Mark. Please no

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070387#comment-13070387 ] Martin Kočí commented on MYFACES-3235: -- i18n in logs is TOTALLY overrated Please

[jira] [Commented] (MYFACES-3233) f:ajax event - type=javax.el.ValueExpression (must evaluate to java.lang.String) not supported

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070404#comment-13070404 ] Martin Kočí commented on MYFACES-3233: -- hmm, spec issue is fixed. But I want this

[jira] [Commented] (MYFACES-3233) f:ajax event - type=javax.el.ValueExpression (must evaluate to java.lang.String) not supported

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070428#comment-13070428 ] Martin Kočí commented on MYFACES-3233: --

[jira] [Created] (MYFACES-3240) CLONE - javax.faces.component.UIInput.getConvertedValue converts empty String to null even when javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is set as fa

2011-07-25 Thread mbm67 (JIRA)
CLONE - javax.faces.component.UIInput.getConvertedValue converts empty String to null even when javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is set as false

Re: javascript docs

2011-07-25 Thread Werner Punz
Actually I am working on the impl classes so far it looks like I can pull it off the _Runtime.js can definitely be documented via jsdoc. The other classes which are more OO probably also can be mapped into our jsdocs. Am 25.07.11 15:35, schrieb Jakob Korherr: Very nice. Great job, Werner!

Re: javascript docs

2011-07-25 Thread Werner Punz
Ok I have basically all patterns working, please revisit the link, you can see now the api, the runtime class (basically a namespace with a set of functions) and the _Lang.js class, a singleton delegate which delegates the namespace. The normal classes now should be no problem as well since

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070573#comment-13070573 ] Leonardo Uribe commented on MYFACES-3235: - In theory the intention of use a

Re: javascript docs

2011-07-25 Thread Leonardo Uribe
Hi Werner Does this strategy generates a .jar? regards, Leonardo Uribe 2011/7/25 Werner Punz werner.p...@gmail.com: Ok I have basically all patterns working, please revisit the link, you can see now the api, the runtime class (basically a namespace with a set of functions) and the _Lang.js

Re: javascript docs

2011-07-25 Thread Werner Punz
Hi Leo no just the plain html docs. I have to check if we can generate a jar out of it, if not we probably have to jar the stuff ourselves. Werner Am 25.07.11 18:20, schrieb Leonardo Uribe: Hi Werner Does this strategy generates a .jar? regards, Leonardo Uribe 2011/7/25 Werner

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070587#comment-13070587 ] Bernd Bohmann commented on MYFACES-3235: I don't see any real difference between

Re: javascript docs

2011-07-25 Thread Leonardo Uribe
Hi Werner Yes, I was expecting that. The problem is how to generate an artifact that should be attached to the pom.xml, so it is deployed on maven repo when is generated, without write a custom plugin. regards, Leonardo 2011/7/25 Werner Punz werner.p...@gmail.com: Hi Leo no just the plain

Re: Use maven-shade-plugin to prevent duplicate code - revisited

2011-07-25 Thread Leonardo Uribe
Hi If no objections I'll do the changes on 2.0.x and 2.1.x next Wednesday. regards, Leonardo Uribe 2011/7/24 Gerhard Petracek gerhard.petra...@gmail.com: hi leo, i made a short test and the usage looks fine. furthermore, i had a quick look at the build files and besides the obvious

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Leonardo Uribe
Hi The problem with these patches is the changes proposed change the default behavior, and we still don't have any response about that from the EG. See: http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1002 I'm afraid the changes could be significant and cause some kind of

Re: javascript docs

2011-07-25 Thread Werner Punz
I only can guess here since I dont know if jsdoc can generate jars, but my assumption is that we have to roll our own custom plugin. This is still less work than to write our own javascript doc parser or to adjust an existing codebase. Werner Am 25.07.11 18:26, schrieb Leonardo Uribe: Hi

Re: javascript docs

2011-07-25 Thread Bernd Bohmann
Hello Werner, is the jsdoc produced by a maven plugin? Or is the output somewhere in the target directory? If yes, it should be not a problem to use the jar plugin to package the js docs. Regards Bernd On Mon, Jul 25, 2011 at 7:00 PM, Werner Punz werner.p...@gmail.com wrote: I only can guess

MyFaces PMC += Martin Kočičák

2011-07-25 Thread Gerhard Petracek
Dear MyFaces community, please welcome our new MyFaces PMC member Martin Kočičák . Martin is working on several things at Apache MyFaces and became a valuable member of our community. Therefore last week there was a vote to invite him to the MyFaces Project Management Committee (PMC) and

Result (was: [VOTE] release for myfaces tomahawk 1.1.11)

2011-07-25 Thread Leonardo Uribe
Hi Thanks for all people who vote We have 4 +1: Hazem Saleh Mark Struberg Werner Punz Leonardo Uribe so we can continue with the necessary steps to release tomahawk 1.1.11 regards, Leonardo Uribe

Re: MyFaces PMC += Martin Kočičák

2011-07-25 Thread Martin Koci
Hi, thanks Gerhard, but I'm not now sure if this += change is valid because my full (and real) name not Martin Kočičák :) :) but only Martin Kočí (haha). It is explained here: http://www.mail-archive.com/dev@myfaces.apache.org/msg48802.html Kočičák is only nickname, because Martin Kočí is

Re: MyFaces PMC += Martin Kočičák

2011-07-25 Thread Gerhard Petracek
hi martin, ah ok - i thought it's the other way round :) regards, gerhard 2011/7/25 Martin Koci martin.kocicak.k...@gmail.com Hi, thanks Gerhard, but I'm not now sure if this += change is valid because my full (and real) name not Martin Kočičák :) :) but only Martin Kočí (haha). It is

Re: Integration tests for MyFaces core

2011-07-25 Thread Jan Zarnikov
Hi, I've just committed some usage examples of the Manila integration tests to the SVN [1]. Hopefully this will illustrate what Manila does. The examples can be found in http://subversion.assembla.com/svn/manila/trunk/manila/manila-examples/src/test/java/com/example/sampleapp/ * SimpleTest

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Martin Koci
Hi, how can I help to ping EG? It seems that JSF-spec team has own working plan and no time for issues with no vote. About interoperability: I've double checked that mojarra breaks specified behaviour in encodeBegin: pushComponentToEL - isNotRendered - return but in processDecodes the must

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070672#comment-13070672 ] Martin Kočí commented on MYFACES-3235: -- New logger names are logic names, the

[jira] [Issue Comment Edited] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070672#comment-13070672 ] Martin Kočí edited comment on MYFACES-3235 at 7/25/11 6:47 PM:

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Leonardo Uribe
Hi 2011/7/25 Martin Koci martin.kocicak.k...@gmail.com: Hi, how can I help to ping EG? It seems that JSF-spec team has own working plan and no time for issues with no vote. About interoperability: I've double checked that mojarra breaks specified behaviour in encodeBegin:

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070703#comment-13070703 ] Bernd Bohmann commented on MYFACES-3235: But this is not maintainable you have

[jira] [Issue Comment Edited] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070716#comment-13070716 ] Mark Struberg edited comment on MYFACES-3235 at 7/25/11 7:51 PM:

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070716#comment-13070716 ] Mark Struberg commented on MYFACES-3235: +1. Logging cannot replace a debugging

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Martin Koci
In latest mojarra something changed, but problem is still reproducible with this little trick: h:form id=formId a:myComponent id=myComponentId h:inputText id=testId rendered=#{component.id eq 'testId'} value=#{bean.value}/ /a:myComponent h:commandButton

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070734#comment-13070734 ] Martin Kočí commented on MYFACES-3235: -- hmm, I'm probably describing it badly, so:

Re: javascript docs

2011-07-25 Thread Werner Punz
Hi the jsdoc is just more or less a command line tool (actually a jar) I have yet to investigate the links to maven, Leo did some work there. I am personally not very much in favor of running our own tool as long as we can get away with jsdoc. This is another codebase to maintain which I want

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070759#comment-13070759 ] Martin Kočí commented on MYFACES-3235: -- a little background for this issue. - for

Re: javascript docs

2011-07-25 Thread Leonardo Uribe
Hi The problem to use jsdoc is there is no maven plugin that executes it. For now we only have the ant task solution. Things are getting messy when you try to setup other plugins like maven jar plugin, because there is no way to define the ordering execution of the plugins without create a custom

Re: javascript docs

2011-07-25 Thread Werner Punz
http://code.google.com/p/jsdoctk-plugin/ Am 26.07.11 00:29, schrieb Leonardo Uribe: Hi The problem to use jsdoc is there is no maven plugin that executes it. For now we only have the ant task solution. Things are getting messy when you try to setup other plugins like maven jar plugin, because

Re: javascript docs

2011-07-25 Thread Werner Punz
http://dev.abiss.gr/mvn-jstools/index.html and a bunch of others :-) Am 26.07.11 00:57, schrieb Werner Punz: http://code.google.com/p/jsdoctk-plugin/ Am 26.07.11 00:29, schrieb Leonardo Uribe: Hi The problem to use jsdoc is there is no maven plugin that executes it. For now we only have

Re: javascript docs

2011-07-25 Thread Leonardo Uribe
Hi The problem about use those plugins is they are not available on apache maven repo, so we had to link to some unknown repo. I don't know if this could be problematic, maybe in practice we have to repackage some code there and put as a maven plugin, knowing that the code is maintained somewhere

Any plan for releasing MyFaces 2.0.8 ?

2011-07-25 Thread Ivan
Hi, MyFaces devs, any plan for releasing MyFaces 2.0.8 ? We hope to use that version in the coming Geronimo 3.0. Thanks. -- Ivan

[jira] [Resolved] (MYFACES-3126) RendererUtils.renderChild prevents rendered= expression based on #{component.parent}

2011-07-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3126. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8 Thanks to

[jira] [Resolved] (MYFACES-3157) Fix order of isRendered and pushComponentToEL invocations

2011-07-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3157. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8

Re: Any plan for releasing MyFaces 2.0.8 ?

2011-07-25 Thread Leonardo Uribe
Hi Maybe a release will occur at the middle of next month. Let's see what happen. regards, Leonardo Uribe 2011/7/25 Ivan xhh...@gmail.com: Hi, MyFaces devs, any plan for releasing MyFaces 2.0.8 ? We hope to use that version in the coming Geronimo 3.0. Thanks. -- Ivan

[jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070937#comment-13070937 ] Leonardo Uribe commented on MYFACES-3235: - Note jira is not for discussion. You