[jira] Created: (MYFACES-2717) c:if and c:forEach cause jsf.js not beeing rendered when navigating to another view

2010-05-14 Thread Jakob Korherr (JIRA)
: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr If you have two pages using f:ajax, both of the pages need jsf.js and furthermore it should be rendered in h:head. If you

[jira] Commented: (MYFACES-2717) c:if and c:forEach cause jsf.js not beeing rendered when navigating to another view

2010-05-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867612#action_12867612 ] Jakob Korherr commented on MYFACES-2717: The solution to this problem is to move

[jira] Commented: (MYFACES-2717) c:if and c:forEach cause jsf.js not beeing rendered when navigating to another view

2010-05-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867614#action_12867614 ] Jakob Korherr commented on MYFACES-2717: Yeap, Leo :) Actually I moved

[jira] Commented: (TOMAHAWK-1507) unable to compile tomahawk trunk

2010-05-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867099#action_12867099 ] Jakob Korherr commented on TOMAHAWK-1507: - Hi Oliver, Hehe, no problem! It's

[jira] Commented: (MYFACES-2618) Don't warn if there is no submitted value in the current request for every EditableValueHolder

2010-05-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867142#action_12867142 ] Jakob Korherr commented on MYFACES-2618: Oh ok.. At first you need to use a JSF

[jira] Created: (MYFACES-2713) UIRepeat.broadcast() has to push the component of the IndexedEvent target to the stack

2010-05-13 Thread Jakob Korherr (JIRA)
Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr UIRepeat.broadcast() has to push the component of the IndexedEvent target to the stack before the actual event

[jira] Resolved: (MYFACES-2713) UIRepeat.broadcast() has to push the component of the IndexedEvent target to the stack

2010-05-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2713. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed UIRepeat.broadcast() has to push

[jira] Commented: (MYFACES-2618) Don't warn if there is no submitted value in the current request for every EditableValueHolder

2010-05-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866578#action_12866578 ] Jakob Korherr commented on MYFACES-2618: If you use the JSF 2.0 built-in AJAX

Re: svn commit: r943367 - /myfaces/core/trunk/impl/src/test/java/org/apache/myfaces/application/ApplicationImplJsfTest.java

2010-05-12 Thread Jakob Korherr
); +//assertRendererTypeResourceBeanInfo(component, resource, metadata); } } -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2676) Include the whole component tree with all real values in the debug page

2010-05-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866602#action_12866602 ] Jakob Korherr commented on MYFACES-2676: The latest committed solution now works

Re: [core] conditions to render jsf.js script

2010-05-11 Thread Jakob Korherr
, and if so, render it inline before any other markup. regards, Leonardo Uribe Best regards, Ganesh Leonardo Uribe schrieb: Hi 2010/5/9 Jakob Korherr jakob.korh...@gmail.com mailto:jakob.korh...@gmail.com mailto:jakob.korh...@gmail.com mailto:jakob.korh

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Jakob Korherr
implementation without overwriting the entire xhrCore classes for instance so that dojo or other transports theoretically could be plugged in) Werner -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Jakob Korherr
for Tomahawk 2.0. I am however not sure how we can manage it buildwise to get it in. We might drop some of our files buildwise from the api also into tomahawk. A double include is not really that bad because due to the namespacing it cannot happen. Werner Am 11.05.10 13:21, schrieb Jakob Korherr

Re: [core] conditions to render jsf.js script

2010-05-09 Thread Jakob Korherr
Uribe -- There are two kinds of people in the world, those who believe there are two kinds of people and those who don't. — Robert Benchley -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: myfaces shared trunk

2010-05-07 Thread Jakob Korherr
) version. txs and LieGrue, strub -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Updated: (MYFACES-2705) ClassCastException in HtmlAjaxBehaviorRenderer

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

[jira] Commented: (MYFACES-2705) ClassCastException in HtmlAjaxBehaviorRenderer

2010-05-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865136#action_12865136 ] Jakob Korherr commented on MYFACES-2705: I committed the patch, thanks Ali. Just

Re: [VOTE] become shared 4.0.x branch trunk

2010-05-07 Thread Jakob Korherr
/voting.html#ReleaseVotes -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2676) Include the whole component tree with all real values in the debug page

2010-05-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865184#action_12865184 ] Jakob Korherr commented on MYFACES-2676: I thought about this for some time and I

[jira] Commented: (MYFACES-2676) Include the whole component tree with all real values in the debug page

2010-05-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865246#action_12865246 ] Jakob Korherr commented on MYFACES-2676: OK, good point. I'll remove the code

[jira] Commented: (MYFACES-2693) UIRepeat has to override visitTree() and invokeOnComponent()

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863798#action_12863798 ] Jakob Korherr commented on MYFACES-2693: Hi Mark, Just to wrap up: Yes

[jira] Created: (MYFACES-2695) Save and restore scope values and current count when temporarily changing the current index of UIRepeat

2010-05-04 Thread Jakob Korherr (JIRA)
/jira/browse/MYFACES-2695 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Currently there are some problems with wrong values on varStatus and incorrect saved

[jira] Resolved: (MYFACES-2695) Save and restore scope values and current count when temporarily changing the current index of UIRepeat

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2695. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Save and restore scope values

[jira] Commented: (MYFACES-2676) Include the whole component tree with all real values in the debug page

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863971#action_12863971 ] Jakob Korherr commented on MYFACES-2676: The committed solution is the first

[jira] Created: (MYFACES-2696) Include the Location of the component on the debug page and on component exceptions

2010-05-04 Thread Jakob Korherr (JIRA)
: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr Since JSF 2.0 the Location the component is created from is stored in the component's attribute map. This information should

[jira] Commented: (MYFACES-2696) Include the Location of the component on the debug page and on component exceptions

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863988#action_12863988 ] Jakob Korherr commented on MYFACES-2696: I added the location on the debug

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

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864000#action_12864000 ] Jakob Korherr commented on MYFACES-2697: I'm afraid the last commit

Re: svn commit: r941050 - in /myfaces/core/trunk/impl/src/main: conf/META-INF/standard-faces-config-base.xml java/org/apache/myfaces/config/FacesConfigurator.java

2010-05-04 Thread Jakob Korherr
= FacesContext.getCurrentInstance(); -if (facesContext != null facesContext.isProjectStage(ProjectStage.Development)) -{ -lifecycle.addPhaseListener(new DebugPhaseListener()); -} } private String getLifecycleId() -- Jakob Korherr blog: http://www.jakobk.com

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

2010-05-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864015#action_12864015 ] Jakob Korherr commented on MYFACES-2697: ...and why did you remove

Re: svn commit: r941050 - in /myfaces/core/trunk/impl/src/main: conf/META-INF/standard-faces-config-base.xml java/org/apache/myfaces/config/FacesConfigurator.java

2010-05-04 Thread Jakob Korherr
Hi, OK, no problem. I just reverted that part of the code! Regards, jakob 2010/5/4 Leonardo Uribe lu4...@gmail.com Hi I don't know, there should be something wrong on my machine. It was unintentional. Please revert the code. regards, Leonardo 2010/5/4 Jakob Korherr jakob.korh

[jira] Commented: (MYFACES-2692) Hidden field javax.faces.encodedURL should be rendered at begin of h:form

2010-05-03 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863396#action_12863396 ] Jakob Korherr commented on MYFACES-2692: The commit for this issue causes all

[jira] Created: (MYFACESTEST-9) MockExternalContext20 should implement encodePartialActionURL()

2010-05-03 Thread Jakob Korherr (JIRA)
: Task Reporter: Jakob Korherr Assignee: Jakob Korherr MockExternalContext20 should implement encodePartialActionURL(), currently an UnsupportedOperationException is thrown by the super-class. -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Resolved: (MYFACESTEST-9) MockExternalContext20 should implement encodePartialActionURL()

2010-05-03 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACESTEST-9. - Resolution: Fixed MockExternalContext20 should implement encodePartialActionURL

[jira] Commented: (MYFACES-2692) Hidden field javax.faces.encodedURL should be rendered at begin of h:form

2010-05-03 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863408#action_12863408 ] Jakob Korherr commented on MYFACES-2692: The related myfaces-test issue

[jira] Created: (MYFACES-2694) FaceletTestCase should install MockVisitContextFactory

2010-05-03 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr ...otherwise VisitContext.createVisitContext(facesContext) won't work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue

[jira] Resolved: (MYFACES-2694) FaceletTestCase should install MockVisitContextFactory

2010-05-03 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2694. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed FaceletTestCase should install

[jira] Resolved: (MYFACES-2693) UIRepeat has to override visitTree() and invokeOnComponent()

2010-05-03 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2693. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed UIRepeat has to override

[jira] Created: (MYFACES-2693) UIRepeat has to override visitTree()

2010-05-02 Thread Jakob Korherr (JIRA)
: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr While working on the extended debug support, I noticed that ui:repeat only visits its children once whereas it should visit them once for every value in the DataModel (somehow like UIData.visitTree()). A black box test

[jira] Created: (MYFACES-2690) Do not create the view for a debug request

2010-05-01 Thread Jakob Korherr (JIRA)
Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr When using ui:debug on a facelet page the user can get debug info with ctrl+shift+d. This debug info is created by UIDebug.debugRequest() in FaceletVDL.createView(). UIDebug.debugRequest() calls

[jira] Resolved: (MYFACES-2690) Do not create the view for a debug request

2010-05-01 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2690. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Do not create the view

[jira] Commented: (MYFACES-2684) UIComponentBase.saveAttachedState save transient elements as null values on List case

2010-04-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862268#action_12862268 ] Jakob Korherr commented on MYFACES-2684: Hi Mark, Leo! I just ran into the same

[jira] Commented: (MYFACES-2686) javax.faces.FacesException: java.lang.NumberFormatException while initializing if MANIFEST.MF version exceeds int value

2010-04-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862284#action_12862284 ] Jakob Korherr commented on MYFACES-2686: I committed the solution to this problem

[jira] Resolved: (MYFACES-2686) javax.faces.FacesException: java.lang.NumberFormatException while initializing if MANIFEST.MF version exceeds int value

2010-04-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2686. Fix Version/s: 1.2.9-SNAPSHOT 2.0.1-SNAPSHOT Resolution: Fixed

[jira] Commented: (MYFACES-2667) var values cause problems with ui:debug when creating the debug component tree

2010-04-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862368#action_12862368 ] Jakob Korherr commented on MYFACES-2667: Hi Martin, OK cool, sounds like a very

[jira] Created: (MYFACES-2687) Make sure jsf.js is included if client behaviors are rendered

2010-04-29 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr When attaching a ClientBehavior ( != f:ajax) to e.g. a h:commandButton, jsf.util.chain() is implicitly used by the h:commandButton when rendering the ClientBehavior

[jira] Commented: (MYFACES-2687) Make sure jsf.js is included if client behaviors are rendered

2010-04-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862447#action_12862447 ] Jakob Korherr commented on MYFACES-2687: That is true for h:commandLink

[jira] Commented: (TOMAHAWK-1499) client id error in decode method

2010-04-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861812#action_12861812 ] Jakob Korherr commented on TOMAHAWK-1499: - Could you provide a simple test

[jira] Commented: (TOMAHAWK-1500) t:inputHtml should be a composite component for jsf 2.0

2010-04-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861815#action_12861815 ] Jakob Korherr commented on TOMAHAWK-1500: - A really good idea, Leonardo

Apache license header in core and shared

2010-04-28 Thread Jakob Korherr
, Jakob -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2666) Getting a full-page-refresh when running JSF's Ajax on the Trinidad 2 (trunk)

2010-04-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861874#action_12861874 ] Jakob Korherr commented on MYFACES-2666: This works now :) I moved all

[jira] Resolved: (MYFACES-2666) Getting a full-page-refresh when running JSF's Ajax on the Trinidad 2 (trunk)

2010-04-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2666. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Getting a full-page-refresh when

[jira] Commented: (MYFACES-2677) Adapt CompositeComponentAttributesMapWrapper to changes from MYFACES-2633

2010-04-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861408#action_12861408 ] Jakob Korherr commented on MYFACES-2677: I did a lot of debugging work to find

[jira] Resolved: (MYFACES-2677) Adapt CompositeComponentAttributesMapWrapper to changes from MYFACES-2633

2010-04-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2677. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Adapt

[jira] Commented: (MYFACES-2671) MYFACES-2633 regresses the ezcomp spinner example

2010-04-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861416#action_12861416 ] Jakob Korherr commented on MYFACES-2671: That's great news! Frankly I did

[jira] Commented: (MYFACES-2671) MYFACES-2633 regresses the ezcomp spinner example

2010-04-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861441#action_12861441 ] Jakob Korherr commented on MYFACES-2671: Hehe, OK great :) MYFACES-2633

[jira] Commented: (MYFACES-2666) Getting a full-page-refresh when running JSF's Ajax on the Trinidad 2 (trunk)

2010-04-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861456#action_12861456 ] Jakob Korherr commented on MYFACES-2666: I think moving the code that enables

Re: svn commit: r937451 - /myfaces/core/trunk/impl/pom.xml

2010-04-26 Thread Jakob Korherr
/execution -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: svn commit: r937451 - /myfaces/core/trunk/impl/pom.xml

2010-04-26 Thread Jakob Korherr
The problem with let implee6 is that when I execute the goal mvn eclipse:eclipse, it is included on the source path, but since the files on ee6 are compiled by a different environment, it shows like there is an error. regards, Leonardo Uribe 2010/4/26 Jakob Korherr jakob.korh...@gmail.com

[jira] Commented: (MYFACES-2675) BeanValidation does not work with composite components

2010-04-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860991#action_12860991 ] Jakob Korherr commented on MYFACES-2675: After a lot of debugging, I found out

[jira] Resolved: (MYFACES-2675) BeanValidation does not work with composite components

2010-04-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2675. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed BeanValidation does not work

[jira] Commented: (MYFACES-2671) MYFACES-2633 regresses the ezcomp spinner example

2010-04-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860994#action_12860994 ] Jakob Korherr commented on MYFACES-2671: After a lot of debugging, I found out

[jira] Commented: (MYFACES-2667) var values cause problems with ui:debug when creating the debug component tree

2010-04-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860999#action_12860999 ] Jakob Korherr commented on MYFACES-2667: Hi Martin, Very good idea

[jira] Created: (MYFACES-2676) Include the whole component tree with all real values in the debug page

2010-04-26 Thread Jakob Korherr (JIRA)
Issue Type: New Feature Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr now that we have the tree-visiting in place, we can do both: - first write out the component-tree master, with only expressions in place (see

[jira] Commented: (MYFACES-2667) var values cause problems with ui:debug when creating the debug component tree

2010-04-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861003#action_12861003 ] Jakob Korherr commented on MYFACES-2667: created MYFACES-2676 var values cause

[jira] Created: (MYFACES-2677) Adapt CompositeComponentAttributesMapWrapper to changes from MYFACES-2633

2010-04-26 Thread Jakob Korherr (JIRA)
Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr CompositeComponentAttributesMapWrapper contains some parts that rely on cc.getAttributes().get() returning a ValueExpression

[jira] Created: (MYFACES-2675) BeanValidation does not work with composite components

2010-04-25 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr The code committed in MYFACES-2633 causes Bean-Validation to stop working on composite components, because the BeanValidator can't access the actual ValueExpression anymore, because

[jira] Commented: (MYFACES-2671) MYFACES-2633 regresses the ezcomp spinner example

2010-04-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860763#action_12860763 ] Jakob Korherr commented on MYFACES-2671: The code committed in MYFACES-2633 also

[jira] Commented: (MYFACES-2675) BeanValidation does not work with composite components

2010-04-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860765#action_12860765 ] Jakob Korherr commented on MYFACES-2675: If you revert the changes from MYFACES

[jira] Commented: (MYFACES-2671) MYFACES-2633 regresses the ezcomp spinner example

2010-04-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860774#action_12860774 ] Jakob Korherr commented on MYFACES-2671: ...and I also provided a test case

[jira] Commented: (PORTLETBRIDGE-140) Ensure invocation of buildView() in PortletJspViewDeclarationLanguageImpl

2010-04-21 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859318#action_12859318 ] Jakob Korherr commented on PORTLETBRIDGE-140: - I forgot to append

[jira] Resolved: (MYFACES-2665) Legacy ViewHandler doesn't work in back compatibility mode for JSP pages

2010-04-21 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2665. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Legacy ViewHandler doesn't work

[jira] Created: (MYFACES-2667) var values cause problems with ui:debug when creating the debug component tree

2010-04-21 Thread Jakob Korherr (JIRA)
Core Issue Type: Bug Affects Versions: 2.0.1-SNAPSHOT Reporter: Jakob Korherr Assignee: Jakob Korherr When using ui:debug / on a page, it creates a String version of the current component tree to show it in the debug output window (opens by hitting ctrl

[jira] Commented: (MYFACES-2663) NPE in UIParameter when value resolves to null

2010-04-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858886#action_12858886 ] Jakob Korherr commented on MYFACES-2663: While looking through the code that uses

[jira] Commented: (MYFACES-2665) Legacy ViewHandler doesn't work in back compatibility mode for JSP pages

2010-04-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858921#action_12858921 ] Jakob Korherr commented on MYFACES-2665: The problem here originates from

Re: Ext-Scripting Final Logo

2010-04-20 Thread Jakob Korherr
and fits into our design. Werner -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Created: (PORTLETBRIDGE-140) Ensure invocation of buildView() in PortletJspViewDeclarationLanguageImpl

2010-04-20 Thread Jakob Korherr (JIRA)
Portlet Bridge Issue Type: Task Components: Impl Environment: sobryan_portlet-bridge-3.0.0 branch Reporter: Jakob Korherr Assignee: Scott O'Bryan On MYFACES-2665 we got an error report that JSPs are not working with legacy ViewHandler

[jira] Updated: (PORTLETBRIDGE-140) Ensure invocation of buildView() in PortletJspViewDeclarationLanguageImpl

2010-04-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated PORTLETBRIDGE-140: Status: Patch Available (was: Open) Ensure invocation of buildView

[jira] Commented: (MYFACES-2665) Legacy ViewHandler doesn't work in back compatibility mode for JSP pages

2010-04-20 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858956#action_12858956 ] Jakob Korherr commented on MYFACES-2665: This works now, but I will leave

[jira] Reopened: (MYFACES-2569) setResourceHandler, setViewHandler and setStateManager must throw illegalStateException if called after at least one request has been processed by the Lifecycle instanc

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2569: Assignee: Jakob Korherr (was: Michael Concini) After checking the recently filed

[jira] Resolved: (MYFACES-2569) setResourceHandler, setViewHandler and setStateManager must throw illegalStateException if called after at least one request has been processed by the Lifecycle instanc

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2569. Fix Version/s: 2.0.1-SNAPSHOT (was: 2.0.0-beta-3

[jira] Commented: (MYFACES-2663) NPE in UIParameter when value resolves to null

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858597#action_12858597 ] Jakob Korherr commented on MYFACES-2663: From the spec javadoc of h:link

[jira] Commented: (MYFACES-2663) NPE in UIParameter when value resolves to null

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858607#action_12858607 ] Jakob Korherr commented on MYFACES-2663: OK, I just did some tests with Mojarra

[jira] Created: (MYFACESTEST-8) Implement ViewHandler.getBookmarkableURL() for MyFaces test 2.0

2010-04-19 Thread Jakob Korherr (JIRA)
: Bug Reporter: Jakob Korherr Assignee: Jakob Korherr Currently MyFaces test 2.0 uses MockViewHandler from MyFaces test 1.2 which directly extends ViewHandler. Thus getBookmarkableURL() only does the default action, which is calling getActionUrl(), but I want to be able

[jira] Resolved: (MYFACESTEST-8) Implement ViewHandler.getBookmarkableURL() for MyFaces test 2.0

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACESTEST-8. - Resolution: Fixed Implement ViewHandler.getBookmarkableURL() for MyFaces test 2.0

[jira] Commented: (MYFACES-2663) NPE in UIParameter when value resolves to null

2010-04-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858674#action_12858674 ] Jakob Korherr commented on MYFACES-2663: Just as a note: The committed solution

Re: [VOTE] release of myfaces core 2.0.0

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

Re: Ext Scripting Quo Vadis

2010-04-16 Thread Jakob Korherr
have something on their hands they can work with. So what is the general opinion on this? Werner -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -- Jakob

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-15 Thread Jakob Korherr
Jakob Korherr (latest modification by $Author$) + * @version $Revision$ $Date$ + * + * @since 2.0 + */ +public class FaceletsOnlyException extends Exception +{ + +private static final long serialVersionUID = 4268633427284543647L; + +public FaceletsOnlyException(String

Re: Unit test failing? (was: Re: [VOTE] release for myfaces core 2.0.0)

2010-04-15 Thread Jakob Korherr
/mwessendorf twitter: http://twitter.com/mwessendorf -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -- Jakob Korherr blog: http://www.jakobk.com twitter: http

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jakob Korherr
/jira/secure/ReleaseNote.jspa?projectId=10600styleName=Htmlversion=12314890 -- There are two kinds of people in the world, those who believe there are two kinds of people and those who don't. — Robert Benchley -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com

Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jakob Korherr
://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600styleName=Htmlversion=12314890 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600styleName=Htmlversion=12314890 -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jakob Korherr
, schrieb Jakob Korherr: You need to check out shared 4.0.1 in addition to core and run the build on both. The best here is to check out current20. Otherwise you will have old versions of shared which will cause problems like yours. Regards, Jakob 2010/4/15 Jan-Kees van Andel jankeesvanan

Re: [VOTE] release for myfaces core 2.0.0

2010-04-14 Thread Jakob Korherr
twitter: http://twitter.com/mwessendorf -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr

[jira] Commented: (MYFACES-2654) Trinidad ajax-branch does not work with MyFaces2

2010-04-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856922#action_12856922 ] Jakob Korherr commented on MYFACES-2654: The demo only works correctly

Re: [VOTE] release for myfaces core 2.0.0

2010-04-14 Thread Jakob Korherr
chance we can get this into the 2.0.0 release ? https://issues.apache.org/jira/browse/MYFACES-2659 On Wed, Apr 14, 2010 at 4:52 PM, Jakob Korherr jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2010/4/14 Michael Concini mconc...@gmail.com +1 On 4/14/2010 8:29 AM, Bernd

[jira] Commented: (MYFACES-2658) Indicate a better error when using Facelet TAGs on JSP(X) pages

2010-04-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856993#action_12856993 ] Jakob Korherr commented on MYFACES-2658: The committed solution generates

[jira] Resolved: (MYFACES-2658) Indicate a better error when using Facelet TAGs on JSP(X) pages

2010-04-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2658. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Indicate a better error when

[jira] Reopened: (MYFACES-2658) Indicate a better error when using Facelet TAGs on JSP(X) pages

2010-04-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2658: Leo, didn't you read my comment to Matthias' mail about making it a FacesException

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Jakob Korherr
; + +/** + * An Exception that indicates that the user uses a + * facelets-only feature on a JSP. + * + * @author Jakob Korherr (latest modification by $Author$) + * @version $Revision$ $Date$ + * + * @since 2.0 + */ +public class FaceletsOnlyException extends Exception

[jira] Resolved: (MYFACES-2658) Indicate a better error when using Facelet TAGs on JSP(X) pages

2010-04-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2658. Fix Version/s: 2.0.0 Resolution: Fixed I reverted the change to FacesException

<    4   5   6   7   8   9   10   11   12   13   >