[jira] Updated: (MYFACES-2842) Refactor FlashImpl

2010-07-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2842: --- Status: Patch Available (was: Open) Refactor FlashImpl

[jira] Resolved: (MYFACES-2830) ourEL wrappers doesn't honour the new EL-2.2 'invoke' method

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2830. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed You're right, Mark ;) ourEL

[jira] Commented: (MYFACES-2839) cleanup of UIInput

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12892235#action_12892235 ] Jakob Korherr commented on MYFACES-2839: For _ExternalSpecifications

[jira] Created: (MYFACES-2840) Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator

2010-07-26 Thread Jakob Korherr (JIRA)
/browse/MYFACES-2840 Project: MyFaces Core Issue Type: Task Affects Versions: 2.0.1, 1.2.9, 1.1.8 Reporter: Jakob Korherr Assignee: Jakob Korherr We can use a copied version of the Enumeration from getAttributeNames() here, because directly using

[jira] Resolved: (MYFACES-2840) Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2840. Fix Version/s: 1.1.9-SNAPSHOT 1.2.10-SNAPSHOT 2.0.2

[jira] Created: (MYFACESTEST-21) Update AbstractAttributeMap and replace MockScopeMap with _ScopeMap

2010-07-26 Thread Jakob Korherr (JIRA)
Issue Type: Improvement Components: Mock Objects Affects Versions: 1.0.0-SNAPSHOT Reporter: Jakob Korherr Assignee: Jakob Korherr Update AbstractAttributeMap to the newest version from MyFaces core trunk (to include changes of MYFACES-2840) and replace all

[jira] Commented: (MYFACES-2840) Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12892273#action_12892273 ] Jakob Korherr commented on MYFACES-2840: Hi Bernd, I ran into this problem while

[jira] Commented: (MYFACES-2840) Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12892399#action_12892399 ] Jakob Korherr commented on MYFACES-2840: It seems that way, but this really

Use maven-shade-plugin to prevent duplicate code

2010-07-26 Thread Jakob Korherr
, suggestions and tomatoes are welcome! Regards, Jakob -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

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

2010-07-26 Thread Jakob Korherr
Yes, this is one of my goals :) 2010/7/26 Jan-Kees van Andel jankeesvanan...@gmail.com If it helps to make Shared obsolete you have my +1! :-) /JK 2010/7/26 Jakob Korherr jakob.korh...@gmail.com Hi guys, Working on the tests for FlashImpl, I ran into a problem

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

2010-07-26 Thread Jakob Korherr
PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi guys, Working on the tests for FlashImpl, I ran into a problem with the AbstractAttributeMap (MYFACES-2840). After fixing it, I needed to copy my changes over to myfaces-test to be able to use the new version in the test case

[jira] Commented: (MYFACES-2838) Exception with Facelets source tags

2010-07-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12892432#action_12892432 ] Jakob Korherr commented on MYFACES-2838: I tried your WAR in my local tomcat

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

2010-07-26 Thread Jakob Korherr
supplies code for the MyFaces Core project. my 2c. Regards Rudy On 26 July 2010 21:40, Matthias Wessendorf mat...@apache.org wrote: On Mon, Jul 26, 2010 at 9:30 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hehe, yeah I maybe forgot 10 many. I can provide a wiki page

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

2010-07-26 Thread Jakob Korherr
for MyFaces Core? In that case : MyFaces Core can supply code. Regards Rudy. On 26 July 2010 22:01, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Rudy, Yes we totally have to be careful with circular dependencies, but it should not be that big problem. Actually I think that the opposite

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

2010-07-26 Thread Jakob Korherr
on a specific jsf implementation. In this case I think (and it is my personal opinion) it is better to have some duplicate code and keep things simple. Use maven-shade-plugin to deal with shared code is another different history. regards, Leonardo Uribe 2010/7/26 Jakob Korherr jakob.korh

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

2010-07-26 Thread Jakob Korherr
is also pretty strong. There is a solution for this. Cut off the shared parts and move it into an own module. This sounds easy but isn't always doable. But it might be worth a try. LieGrue, strub From: Jakob Korherr jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org

Re: [GSoC] where to commit ?

2010-07-24 Thread Jakob Korherr
: http://twitter.com/aliok_tr -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (TOMAHAWK-1529) ConcurrentModificationException when using t:selectManyPickList and h:selectOneMenu

2010-07-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891964#action_12891964 ] Jakob Korherr commented on TOMAHAWK-1529: - I think the probem seems

Re: MyFaces 2.0.2

2010-07-24 Thread Jakob Korherr
? BTW: I had turn the tests off because of this: Failed tests: testGetAsObject(javax.faces.convert.DateTimeConverterTest) Best regards, Ganesh -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891509#action_12891509 ] Jakob Korherr commented on MYFACES-2753: Hi Leo, The current response

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-23 Thread Jakob Korherr
://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Reopened: (MYFACES-2836) HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script

2010-07-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2836: sorry, again there are a lot of test failures: Failed tests: teststandardNestingTest

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-23 Thread Jakob Korherr
-- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2836) HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script

2010-07-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891583#action_12891583 ] Jakob Korherr commented on MYFACES-2836: Great, I hope we can finally close

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Jakob Korherr
: http://hazems.blogetery.com/ [Web 2.0] Mashups Integration with JSF: http://code.google.com/p/mashups4jsf/ -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Jakob Korherr
as far as I understand. If that was the case, we would get the same behaviour in both implementations... Cheers, Bruno -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Jakob Korherr
Sorry, had to reopen it. Please take a look at the JIRA. Regards, Jakob 2010/7/22 Jakob Korherr jakob.korh...@gmail.com Hi Bruno, Please take a look at MYFACES-2831. This seems to be the same problem! Regards, Jakob 2010/7/22 Bruno Aranda brunoara...@gmail.com Hi, Having problems

[jira] Reopened: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2835: This is not the whole solution for this issue. startCData() and endCData() are used

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891126#action_12891126 ] Jakob Korherr commented on MYFACES-2835: Yes, I know. The solution is right

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891129#action_12891129 ] Jakob Korherr commented on MYFACES-2835: Yes, PartialResponseWriterImpl has

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891128#action_12891128 ] Jakob Korherr commented on MYFACES-2835: FYI test cases which currently fail

[jira] Commented: (MYFACES-2836) HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891358#action_12891358 ] Jakob Korherr commented on MYFACES-2836: The patch looks good, Bruno. However

Re: provide a way to define the ordering of ELResolvers

2010-07-21 Thread Jakob Korherr
ScopedAttributeResolver()); This would speed up the performance on CDI based pages a lot ;) What is the best way to make this configurable? LieGrue, strub -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: [VOTE] make use of new apache.snapshots repo and apache-parent-7 features

2010-07-20 Thread Jakob Korherr
-Facelets/dp/1590597370 http://www.amazon.com/-/e/B002M052KY Web blog: http://hazems.blogetery.com/ [Web 2.0] Mashups Integration with JSF: http://code.google.com/p/mashups4jsf/ -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http

[jira] Updated: (MYFACES-2827) CCE if component values are not of type String

2010-07-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2827: --- Status: Resolved (was: Patch Available) Fix Version/s: 2.0.2-SNAPSHOT

[jira] Commented: (MYFACES-2827) CCE if component values are not of type String

2010-07-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890212#action_12890212 ] Jakob Korherr commented on MYFACES-2827: I just committed the patch. I totally

Re: [core] commons-beanutils level

2010-07-20 Thread Jakob Korherr
before I made the change. Regards, Mike -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2830) ourEL wrappers doesn't honour the new EL-2.2 'invoke' method

2010-07-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890437#action_12890437 ] Jakob Korherr commented on MYFACES-2830: You're right, Michael. Thanks

[jira] Commented: (MYFACES-2829) wrong BeanELResolver paramType invocation

2010-07-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890457#action_12890457 ] Jakob Korherr commented on MYFACES-2829: IMO it means that paramTypes must

[jira] Resolved: (MYFACES-2826) NPE when using the new UEL inside a composite component in Glassfish 3.0.1

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2826. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed NPE when using the new UEL

[jira] Commented: (MYFACES-2826) NPE when using the new UEL inside a composite component in Glassfish 3.0.1

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889805#action_12889805 ] Jakob Korherr commented on MYFACES-2826: This should work now. The problem

[jira] Created: (MYFACES-2828) Indicate a better error message if a composite component MethodExpression includes parameters

2010-07-19 Thread Jakob Korherr (JIRA)
Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.1 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor If you use something like this action=#{cc.attrs.method(cc.attrs.param

[jira] Resolved: (MYFACES-2828) Indicate a better error message if a composite component MethodExpression includes parameters

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2828. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed An ELException saying Cannot add

[jira] Commented: (MYFACES-2827) CCE if component values are not of type String

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889855#action_12889855 ] Jakob Korherr commented on MYFACES-2827: From the EL 2.2 spec, section 2.15.8

[jira] Commented: (MYFACES-2827) CCE if component values are not of type String

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889862#action_12889862 ] Jakob Korherr commented on MYFACES-2827: Sorry, I got things wrong. This has

[jira] Commented: (MYFACES-2827) CCE if component values are not of type String

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889865#action_12889865 ] Jakob Korherr commented on MYFACES-2827: I would rather check

[jira] Commented: (MYFACES-2827) CCE if component values are not of type String

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889867#action_12889867 ] Jakob Korherr commented on MYFACES-2827: Just for clarification: The CCE happens

[jira] Updated: (MYFACES-2827) CCE if component values are not of type String

2010-07-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2827: --- Status: Patch Available (was: Open) CCE if component values are not of type String

Re: [Trinidad][api]TRINIDAD-1857 Add a Map associated with each window or tab that the user is interacting with

2010-07-17 Thread Jakob Korherr
. */ public abstract MapString, Object getWindowMap(); Since we would provide a default implementation of getWindowMap using import org.apache.myfaces.trinidadinternal.util.SubKeyMap, we would also have to make SubKeyMap public as well. -- Jakob Korherr blog: http://www.jakobk.com twitter: http

[jira] Commented: (MYFACES-2824) Improve invokeOnComponent and visitTree methods in UILeaf

2010-07-16 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889084#action_12889084 ] Jakob Korherr commented on MYFACES-2824: I have a question regarding your patch

Re: [VOTE] release for myfaces core 2.0.1

2010-07-16 Thread Jakob Korherr
://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370 http://www.amazon.com/-/e/B002M052KY Web blog: http://hazems.blogetery.com/ [Web 2.0] Mashups Integration with JSF: http://code.google.com/p/mashups4jsf/ -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com

[jira] Created: (MYFACES-2825) composite:interface, attribute and facet should handle unspecified attributes and should expose certain values only in Development stage (spec rev A)

2010-07-16 Thread Jakob Korherr (JIRA)
A) - Key: MYFACES-2825 URL: https://issues.apache.org/jira/browse/MYFACES-2825 Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob

[jira] Commented: (MYFACES-2825) composite:interface, attribute and facet should handle unspecified attributes and should expose certain values only in Development stage (spec rev A)

2010-07-16 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889185#action_12889185 ] Jakob Korherr commented on MYFACES-2825: Also from the spec rev A changelog

[jira] Resolved: (MYFACES-2825) composite:interface, attribute and facet should handle unspecified attributes and should expose certain values only in Development stage (spec rev A)

2010-07-16 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2825. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed composite:interface, attribute

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888276#action_12888276 ] Jakob Korherr commented on MYFACES-2753: Hi Leo, I just posted a comment

Re: Pending issues before release myfaces core 2.0.1

2010-07-13 Thread Jakob Korherr
and in myfaces. Mojarra correctly switches back to page1. I will debug into it I assume it is a bug in the nav handler which has to treat the ppr case slightly differently, maybe I will find it. Werner -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887694#action_12887694 ] Jakob Korherr commented on MYFACES-2753: Hi Leo, Please don't get me wrong

[jira] Resolved: (MYFACES-2813) Change Value to Length in LengthValidator message (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2813. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Change Value to Length

[jira] Created: (MYFACES-2813) Change Value to Length in LengthValidator message (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (MYFACES-2814) Implement hidden attribute for composite tags (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Spec rev A added a hidden attribute to some composite tags in the VDL docs. The attribute refers to the hidden property of java.beans.FeatureDescriptor. The affected

[jira] Commented: (MYFACES-2814) Implement hidden attribute for composite tags (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887758#action_12887758 ] Jakob Korherr commented on MYFACES-2814: Working on this issue I found out

[jira] Resolved: (MYFACES-2814) Implement hidden attribute for composite tags (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2814. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Implement hidden attribute

[jira] Created: (MYFACES-2815) includeViewParams=true can also be faces-include-view-params=true (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Both outcome parameters indicate that view params should be included. -- This message is automatically generated by JIRA. - You can

[jira] Resolved: (MYFACES-2815) includeViewParams=true can also be faces-include-view-params=true (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2815. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed includeViewParams=true can also

[jira] Created: (MYFACES-2816) h:button must support the disabled attribute (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr h:button currently does not support the disabled attribute, because it is not listed in the attributes of h:button in the VDL docs. However it is mentioned

[jira] Resolved: (MYFACES-2816) h:button must support the disabled attribute (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2816. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed h:button must support

[jira] Created: (MYFACES-2817) name attribute of h:outputScript and h:outputStylesheet should be documented as required (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
/browse/MYFACES-2817 Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Trivial -- This message is automatically generated by JIRA. - You

[jira] Resolved: (MYFACES-2817) name attribute of h:outputScript and h:outputStylesheet should be documented as required (spec rev A)

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2817. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed name attribute of h:outputScript

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887883#action_12887883 ] Jakob Korherr commented on MYFACES-2753: Hehe, sorry Leo but now you are talking

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887922#action_12887922 ] Jakob Korherr commented on MYFACES-2753: I want to change ui:composition from

[jira] Updated: (MYFACES-2374) UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2374: --- Status: Resolved (was: Patch Available) Fix Version/s: 2.0.1-SNAPSHOT

[jira] Commented: (MYFACES-2374) UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW

2010-07-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887951#action_12887951 ] Jakob Korherr commented on MYFACES-2374: From the information of spec rev

[jira] Commented: (MYFACES-2807) Use specific Instruction for body end element

2010-07-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887306#action_12887306 ] Jakob Korherr commented on MYFACES-2807: great idea, Leo :) Use specific

Re: Pending issues before release myfaces core 2.0.1

2010-07-12 Thread Jakob Korherr
with the iframe stuff, I will commit all my code on monday, after that I am done. Werner -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887321#action_12887321 ] Jakob Korherr commented on MYFACES-2753: Seems like a name collision problem

Re: Pending issues before release myfaces core 2.0.1

2010-07-12 Thread Jakob Korherr
Hi Leo, Actually I've been working on it the whole day and it seems to be a minor fix. I will propose a patch soon ;) Regards, Jakob 2010/7/12 Leonardo Uribe lu4...@gmail.com Hi 2010/7/12 Jakob Korherr jakob.korh...@gmail.com Hi Leo, There is one issue that should by all means

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887461#action_12887461 ] Jakob Korherr commented on MYFACES-2753: I added a patch with some JUnit test

Re: ValidatorHandler and wire all attributes set to the Validator instance

2010-07-10 Thread Jakob Korherr
this: f:validator binding=#{aValidator} property=#{expression} / Expected result was to put a value into validator via setter setProperty(). But all attributes set means binding, for, disabled, ... only the specified ones, right? Thanks, Martin Kočí -- Jakob Korherr blog: http

[jira] Updated: (MYFACES-2800) navigation-case/redirect/include-view-params is not picked up and has a wrong default value

2010-07-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2800: --- Status: Resolved (was: Patch Available) Fix Version/s: 2.0.1-SNAPSHOT

Re: Mark issues for JSF 2.1

2010-07-09 Thread Jakob Korherr
and German Professional Support for Apache MyFaces 2010/7/8 Jan-Kees van Andel jankeesvanan...@gmail.com mailto:jankeesvanan...@gmail.com +1 on the first option. /JK 2010/7/8 Jakob Korherr jakob.korh...@gmail.com mailto:jakob.korh...@gmail.com

Re: Mark issues for JSF 2.1

2010-07-09 Thread Jakob Korherr
FYI: query to get 2.1.0 issues: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=10600version=12315190 Regards, Jakob 2010/7/9 Jakob Korherr jakob.korh...@gmail.com OK, great :) I just created the version 2.1.0 in the JIRA and already changed it on some issues

[jira] Reopened: (MYFACES-2791) render view params not working for EL expressions

2010-07-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2791: Assignee: Jakob Korherr Actually I see the same issue on my machine when using MyFaces

[jira] Resolved: (MYFACES-2791) render view params not working for EL expressions

2010-07-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2791. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed render view params not working

[jira] Commented: (MYFACES-2796) org/apache/myfaces/shared/context/ExceptionHandlerImpl.java # getRootCause(Throwalbe) not work correctly

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886291#action_12886291 ] Jakob Korherr commented on MYFACES-2796: Actually, this is the specified behavior

Mark issues for JSF 2.1

2010-07-08 Thread Jakob Korherr
/s of those issues to 2.1.0 2) Create a parent issue and convert all those issues to sub-tasks Frankly I would prefer the first option. What do you guys think? Regards, Jakob -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2744) UIData.getClientId() should not append rowIndex, instead use UIData.getContainerClientId()

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886488#action_12886488 ] Jakob Korherr commented on MYFACES-2744: Great! Yes of course, you're right. I

[jira] Resolved: (MYFACES-2744) UIData.getClientId() should not append rowIndex, instead use UIData.getContainerClientId()

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2744. Resolution: Fixed UIData.getClientId() should not append rowIndex, instead use

[jira] Resolved: (MYFACES-2792) Redirect with include-view-params in faces-config.xml

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2792. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Redirect with include-view

[jira] Commented: (MYFACES-2792) Redirect with include-view-params in faces-config.xml

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886510#action_12886510 ] Jakob Korherr commented on MYFACES-2792: This should work now. The problem

[jira] Created: (MYFACES-2800) navigation-case/redirect/include-view-params is not picked up and has a wrong default value

2010-07-08 Thread Jakob Korherr (JIRA)
Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.1-SNAPSHOT Reporter: Jakob Korherr Assignee: Jakob Korherr Tthe redirect element of a navigation-case has an attribute called include-view-params

[jira] Updated: (MYFACES-2800) navigation-case/redirect/include-view-params is not picked up and has a wrong default value

2010-07-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2800: --- Status: Patch Available (was: Open) navigation-case/redirect/include-view-params

[jira] Commented: (MYFACES-2790) upgrade myfaces-parent-pom to use latest plugins and release process

2010-07-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885884#action_12885884 ] Jakob Korherr commented on MYFACES-2790: This looks very good, however Leonardo

[jira] Commented: (MYFACES-2790) upgrade myfaces-parent-pom to use latest plugins and release process

2010-07-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885893#action_12885893 ] Jakob Korherr commented on MYFACES-2790: I am not sure about this. I think

[jira] Commented: (MYFACES-2744) UIData.getClientId() should not append rowIndex, instead use UIData.getContainerClientId()

2010-07-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885910#action_12885910 ] Jakob Korherr commented on MYFACES-2744: The visitTree() stuff is no problem

[jira] Commented: (TOMAHAWK-1525) Issue related to the t:tree2.I am getting the org.apache.myfaces.tree.NAV_COMMAND is null or not an object javascript error

2010-07-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885933#action_12885933 ] Jakob Korherr commented on TOMAHAWK-1525: - Funny, on my machine this works fine

[jira] Created: (TOMAHAWK-1526) Implement visitTree and invokeOnComponent for t:tree2

2010-07-07 Thread Jakob Korherr (JIRA)
Versions: 1.1.9 Reporter: Jakob Korherr Assignee: Jakob Korherr While working on MYFACES-2744 I noticed that t:tree2 does not provide visitTree() and invokeOnComponent(), however those two methods should be implemented, because the standard impl from UIComponent does

[jira] Commented: (MYFACES-2785) Clean up initialization code and add tests for StartupServletContextListener and MyFacesServlet

2010-07-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885963#action_12885963 ] Jakob Korherr commented on MYFACES-2785: Hi Leo, Looking at the code

[jira] Created: (MYFACES-2787) Application objects which can be wrapped must not access public methods internally

2010-07-06 Thread Jakob Korherr (JIRA)
: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.1-SNAPSHOT Reporter: Jakob Korherr Assignee: Jakob Korherr Some time ago there was an issue with Trinidad that was caused by a wrapper which added some functionality

[jira] Resolved: (MYFACES-2787) Application objects which can be wrapped must not access public methods internally

2010-07-06 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2787. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Application objects which can

[jira] Resolved: (MYFACES-2784) NPE when I forget to add an interface to a composite component

2010-07-06 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2784. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed NPE when I forget to add

<    2   3   4   5   6   7   8   9   10   11   >