[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=12857078#action_12857078 ] Jakob Korherr commented on MYFACES-2658: Then something must have gone wrong

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
Forwarded my original mail to this topic since it obviously went wrong the first time. -- Forwarded message -- From: Jakob Korherr jak...@apache.org Date: 2010/4/14 Subject: Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp

[jira] Commented: (MYFACES-2656) Use UINamingContainer.getSeparatorChar instead NamingContainer.SEPARATOR_CHAR

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856403#action_12856403 ] Jakob Korherr commented on MYFACES-2656: The patches look good :) Use

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

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856418#action_12856418 ] Jakob Korherr commented on MYFACES-2654: Thanks Leo for pointing out

[jira] Commented: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856439#action_12856439 ] Jakob Korherr commented on MYFACES-2645: To test things like that hopefully

[jira] Resolved: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2645. Fix Version/s: 2.0.0 Resolution: Fixed This particular issue can be resolved

[jira] Resolved: (MYFACES-2650) chaining ajax onchange with existing onchange creates syntax error

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2650. Fix Version/s: 2.0.0 Resolution: Fixed This issue is fixed. I just added escaping

[jira] Created: (MYFACES-2657) Already escaped apostrophes are double-escaped while building the ClientBehavior JavaScript

2010-04-13 Thread Jakob Korherr (JIRA)
Project: MyFaces Core Issue Type: Bug Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr Currently we do StringUtils.replace(userEventCode, '\'', \\'); for escaping purposes, but this breaks when apostrophes in JavaScript

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

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856518#action_12856518 ] Jakob Korherr commented on MYFACES-2654: OK, then I agree on committing your

[jira] Commented: (MYFACES-2657) Already escaped apostrophes are double-escaped while building the ClientBehavior JavaScript

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856539#action_12856539 ] Jakob Korherr commented on MYFACES-2657: The committed code makes things like

[jira] Commented: (MYFACES-2137) JSF 2.0 Component Tree Visiting

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856554#action_12856554 ] Jakob Korherr commented on MYFACES-2137: The spec issue is now fixed. I did

[jira] Issue Comment Edited: (MYFACES-2137) JSF 2.0 Component Tree Visiting

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856554#action_12856554 ] Jakob Korherr edited comment on MYFACES-2137 at 4/13/10 3:05 PM

[jira] Reopened: (MYFACES-2656) Use UINamingContainer.getSeparatorChar instead NamingContainer.SEPARATOR_CHAR

2010-04-13 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2656: The committed solution causes some tests to fail: Failed tests

[jira] Resolved: (MYFACES-2646) Missing unit test for application.createComponent(FacesContext context, Resource componentResource)

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2646. Fix Version/s: 2.0.0 Resolution: Fixed Missing unit test

[jira] Created: (MYFACES-2655) Move all Mock classes to MyFaces Test

2010-04-12 Thread Jakob Korherr (JIRA)
: 2.0.0 Reporter: Jakob Korherr Assignee: Jakob Korherr There are a couple of MockXXX classes in MyFaces core trunk and MyFaces shared 4.0.x. The right place to put them is MyFaces Test, so they should be moved. -- This message is automatically generated by JIRA. - If you

[core] want to set MyFaces test version to 1.0.0-SNAPSHOT

2010-04-12 Thread Jakob Korherr
with this? Maybe with the release process? Thanks! Regards, Jakob -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

[jira] Commented: (MYFACES-2651) f:ajax doesn't render scripts when h:head is not present

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856046#action_12856046 ] Jakob Korherr commented on MYFACES-2651: But Mojarra only adds the message if you

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

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856051#action_12856051 ] Jakob Korherr commented on MYFACES-2654: Since I worked on the last problem

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

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856061#action_12856061 ] Jakob Korherr commented on MYFACES-2654: It is right that the files aren't

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

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856068#action_12856068 ] Jakob Korherr commented on MYFACES-2654: I just found the bug!! The problem

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

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856091#action_12856091 ] Jakob Korherr commented on MYFACES-2654: Hi Leo, Oh sorry, I did not see

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

2010-04-12 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2654: --- Status: Patch Available (was: Open) Trinidad ajax-branch does not work with MyFaces2

Re: [cwiki] spaces

2010-04-09 Thread Jakob Korherr
That are really great news, Gerhard! My confluence username is jakobk. Regards, Jakob 2010/4/9 Leonardo Uribe lu4...@gmail.com Thanks! I'm tired to use the old wiki. my preferred username is lu4242 Leonardo Uribe 2010/4/9 Matthias Wessendorf mat...@apache.org Thanks Gerhard!! matzew

[jira] Updated: (MYFACES-2643) Update Google App Engine APT Doc

2010-04-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2643: --- Resolution: Fixed Status: Resolved (was: Patch Available) Since Leonardo added

[jira] Commented: (MYFACES-2644) IDE Tutorials for Myfaces 2 Google App Engine support

2010-04-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855325#action_12855325 ] Jakob Korherr commented on MYFACES-2644: Should we resolve this issue, because

[jira] Commented: (MYFACES-2653) Fix implee6 include on code and clean myfaces impl pom.xml

2010-04-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855328#action_12855328 ] Jakob Korherr commented on MYFACES-2653: Thanks Leonardo for looking into this. I

[jira] Updated: (MYFACES-2644) IDE Tutorials for Myfaces 2 Google App Engine support

2010-04-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2644: --- Resolution: Fixed Fix Version/s: 2.0.0 Status: Resolved (was: Patch

[jira] Created: (MYFACESTEST-7) MockResource needs to override setResourceName and setLibraryName

2010-04-09 Thread Jakob Korherr (JIRA)
: Task Reporter: Jakob Korherr Assignee: Jakob Korherr Since we are keeping our own values for resourceName and libraryName in MockResource, we have to override their setters to make setResourceName() and setLibraryName() work correctly. -- This message is automatically

[jira] Resolved: (MYFACESTEST-7) MockResource needs to override setResourceName and setLibraryName

2010-04-09 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACESTEST-7. - Resolution: Fixed MockResource needs to override setResourceName and setLibraryName

Re: [GSoC] Automated webapp tests

2010-04-08 Thread Jakob Korherr
Selenium seems to keep coming up here again and again, but the main problem about it is that you need a browser to run the tests and that is what we don't want. We want to be able to include the tests in every maven build and thus also on the apache build server and we certainly can't use a

[jira] Commented: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854926#action_12854926 ] Jakob Korherr commented on MYFACES-2645: Hi Leo, To your examples: I tested

[jira] Commented: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854927#action_12854927 ] Jakob Korherr commented on MYFACES-2645: This is the email, which I sent to jsr

[jira] Commented: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854436#action_12854436 ] Jakob Korherr commented on MYFACES-2645: I just found out that Mojarra has kinda

[jira] Created: (MYFACES-2648) AbstractMyFacesListener is not needed anymore

2010-04-07 Thread Jakob Korherr (JIRA)
Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor This class is not needed anymore, because of the changes applied in MYFACES-2396. -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Resolved: (MYFACES-2648) AbstractMyFacesListener is not needed anymore

2010-04-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2648. Resolution: Fixed Fix Version/s: 2.0.0 AbstractMyFacesListener is not needed

[jira] Updated: (MYFACES-2643) Update Google App Engine APT Doc

2010-04-06 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2643: --- Resolution: Fixed Fix Version/s: 2.0.0 Status: Resolved (was: Patch

[jira] Created: (MYFACES-2645) The view state is saved before encodeAll() is called on every UIViewParameter in an AJAX request

2010-04-06 Thread Jakob Korherr (JIRA)
-2645 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr UIViewParameter calls setSubmittedValue() in encodeAll() to store the current value

Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
Hi guys, I took a look at this problem and have already found the reason why this does not work with MyFaces. It was a small bug in MyFaces related to ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also commit the solution later today. Regards, Jakob 2010/3/31 Matthias

[jira] Created: (MYFACES-2641) Use the application's ViewHandler to create the view in FaceletViewMetadata

2010-04-02 Thread Jakob Korherr (JIRA)
Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Environment: MyFaces core trunk + Trinidad jsf2_ajax.3 branch Reporter: Jakob Korherr Assignee: Jakob Korherr When the current VDL is FaceletViewDeclarationLanguage

[jira] Resolved: (MYFACES-2641) Use the application's ViewHandler to create the view in FaceletViewMetadata

2010-04-02 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2641. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 Use the application's ViewHandler

Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
This works now! See MYFACES-2641 for details. Regards, Jakob 2010/4/2 Max Starets max.star...@oracle.com Thanks, Jacob! What is interesting is that Trinidad trunk is providing VDL factory just like the AJAX branch does, but the problem was not showing up there. Max Jakob Korherr

[jira] Commented: (MYFACES-2624) Automatically add h:messages if ProjectStage is Development

2010-04-01 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852534#action_12852534 ] Jakob Korherr commented on MYFACES-2624: The code committet works for the built

[jira] Resolved: (MYFACES-2624) Automatically add h:messages if ProjectStage is Development

2010-04-01 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2624. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 As long as the EG does not change

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-31 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851787#action_12851787 ] Jakob Korherr commented on MYFACES-2629: Your patch looks good, Leonardo. However

[jira] Commented: (MYFACES-2624) Automatically add h:messages if ProjectStage is Development

2010-03-31 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851811#action_12851811 ] Jakob Korherr commented on MYFACES-2624: After digging into to issue, I have

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-31 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851875#action_12851875 ] Jakob Korherr commented on MYFACES-2629: Great! I am curious what the EG

[jira] Resolved: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2621. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 I removed synchronized from all

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851399#action_12851399 ] Jakob Korherr commented on MYFACES-2621: OK thanks, Jan-Kees. I just added

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851413#action_12851413 ] Jakob Korherr commented on MYFACES-2629: FYI, here is the code from Gracelets

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851424#action_12851424 ] Jakob Korherr commented on MYFACES-2629: I think we should get rid

[jira] Resolved: (MYFACES-2630) HtmlBody 'onload' attribute encoding issues

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2630. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 You were right, Mark! This caused

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-30 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851636#action_12851636 ] Jakob Korherr commented on MYFACES-2629: I think it would be the best if you'd

[jira] Commented: (MYFACES-2629) Accept abstract FaceletContext, do not force AbstractFaceletContext

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850832#action_12850832 ] Jakob Korherr commented on MYFACES-2629: Hi Lewis, We cast

[jira] Commented: (MYFACES-2631) javax.faces.Messages.zh lacks two properties.

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850834#action_12850834 ] Jakob Korherr commented on MYFACES-2631: Thanks, Mark! I'll add them asap

Re: Tutorial: MyFaces 2 on Google App Engine

2010-03-29 Thread Jakob Korherr
A big +1 on site clean up from me :) 2010/3/29 Ali Ok al...@aliok.com.tr We should perhaps clean-up the outdated stuff from the homepage, anyways. I agree that. For example, I noticed yesterday that Irian link at Getting started page http://myfaces.apache.org/core20/gettingstarted.html is

Re: myfaces wiki

2010-03-29 Thread Jakob Korherr
much better Jakob Korherr wrote: +1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org mailto: mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1

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

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850845#action_12850845 ] Jakob Korherr commented on MYFACES-2618: Hi Martin, Ooh, ok - frankly, I did

[jira] Commented: (MYFACES-2631) javax.faces.Messages.zh lacks two properties.

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850853#action_12850853 ] Jakob Korherr commented on MYFACES-2631: I added your proposed messages

[jira] Resolved: (MYFACES-2631) javax.faces.Messages.zh lacks two properties.

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2631. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 Assignee: Jakob Korherr

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850895#action_12850895 ] Jakob Korherr commented on MYFACES-2621: Looking at all the different

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-29 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850899#action_12850899 ] Jakob Korherr commented on MYFACES-2621: So this works now perfectly :) The only

[jira] Created: (MYFACES-2627) Clean up pom files

2010-03-28 Thread Jakob Korherr (JIRA)
Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor Currently the pom files of api, impl and shared are a big mess (formatting, wrong dependency settings, ...). This should be cleaned up. -- This message is automatically generated by JIRA. - You can reply

[jira] Reopened: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2623: The changes should also be applied to myfaces-impl, because they are needed in order

[jira] Resolved: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2623. Resolution: Fixed validation-api and el-api 2.2 should be optional dependencies

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850700#action_12850700 ] Jakob Korherr commented on MYFACES-2621: Thinking more about the problem

[jira] Created: (MYFACESTEST-6) Module for automated webapp tests for MyFaces core + extensions

2010-03-27 Thread Jakob Korherr (JIRA)
: New Feature Reporter: Jakob Korherr Assignee: Jakob Korherr As we currently only have normal JUnit tests for automated testing in MyFaces Core, it would be really great to have a way to test MyFaces Core automatically in a real webapp at build time with maven. Of course, we

[jira] Commented: (MYFACESTEST-6) Module for automated webapp tests for MyFaces core + extensions

2010-03-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850533#action_12850533 ] Jakob Korherr commented on MYFACESTEST-6: - This issue perfectly fits as a GSoC

Re: [GSoC] Proposal - Automated webapp tests

2010-03-27 Thread Jakob Korherr
Support for Apache MyFaces 2010/3/26 Jakob Korherr jakob.korh...@gmail.com Frankly, I like MyFaces test. It just has to be improved, but we can totally use it (actually that's what we're doing right now). The only thing we can't use MyFaces test is for a real webapp-test, and that is were the GSoC

[jira] Resolved: (MYFACES-2622) BeanValidator has to handle CompositeComponentExpressionHolder when resolving the ValueExpression

2010-03-27 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2622. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 BeanValidator has to handle

[jira] Commented: (MYFACES-2624) Automatically add h:messages if ProjectStage is Development

2010-03-26 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850141#action_12850141 ] Jakob Korherr commented on MYFACES-2624: Actually I was going to do that today

Re: [GSoC] Proposal - Automated webapp tests

2010-03-26 Thread Jakob Korherr
create e.g. a new extensions- or myfaces-commons-module for it. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/26 Jakob Korherr jakob.korh...@gmail.com Hi

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849768#action_12849768 ] Jakob Korherr commented on MYFACES-2623: Yes I tried the trinidad demo, because I

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849803#action_12849803 ] Jakob Korherr commented on MYFACES-2623: Thanks, Leo. It means a lot! Yes

[jira] Created: (MYFACES-2624) Automatically add h:messages if ProjectStage is Development

2010-03-25 Thread Jakob Korherr (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr If ProjectStage is Development and there is no h:messages component on the current view we should automatically add h:messages to the component tree, because many

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849812#action_12849812 ] Jakob Korherr commented on MYFACES-2623: Yeap! Great! validation-api and el-api

[GSoC] Proposal - Automated webapp tests

2010-03-25 Thread Jakob Korherr
Hi, As we currently only have normal JUnit tests for automated testing in MyFaces Core, it would be really great to have a way to test MyFaces Core automatically in a real webapp at build time with maven. Of course, we currently have the test-webapp, but we still have to check each page manually

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/24, Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/24 Werner Punz werner.p...@gmail.com

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849238#action_12849238 ] Jakob Korherr commented on MYFACES-2621: We need the ValueReference because

[jira] Created: (MYFACES-2622) BeanValidator has to handle CompositeComponentExpressionHolder when resolving the ValueExpression

2010-03-24 Thread Jakob Korherr (JIRA)
/MYFACES-2622 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr While working on MYFACES-2621 I found out that the current mechanism to get the base object

[jira] Created: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
-2623 Project: MyFaces Core Issue Type: Bug Components: build process Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr Currently those two dependencies are defined messy. First they are defined in myfaces

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849339#action_12849339 ] Jakob Korherr commented on MYFACES-2623: I almost forgot: the el-api dependency

Re: myfaces wiki

2010-03-24 Thread Jakob Korherr
+1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1 on confluence... -Matthias On Wed, Mar 24, 2010 at 11:30 AM, Gerhard

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849357#action_12849357 ] Jakob Korherr commented on MYFACES-2623: No this should not be closed as invalid

[jira] Resolved: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2623. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 validation-api and el-api 2.2

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849368#action_12849368 ] Jakob Korherr commented on MYFACES-2623: I could not find any problems

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849379#action_12849379 ] Jakob Korherr commented on MYFACES-2621: I committed a first solution

[jira] Commented: (MYFACES-2615) Conversion errors should add a FacesMessage instead of throwing a FacesException

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848690#action_12848690 ] Jakob Korherr commented on MYFACES-2615: Thank you, Martin :) Here is the link

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jakob Korherr
if that is good - folks may get the impression some work has already been done on that. You're right. Removed it. On Mon, Mar 22, 2010 at 10:36 PM, Jakob Korherr jakob.korh...@gmail.comwrote: Hi, This all looks very fine to me - great work :) About the grouping (or sub

[jira] Updated: (MYFACES-2615) Conversion errors should add a FacesMessage instead of throwing a FacesException

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2615: --- Resolution: Fixed Fix Version/s: 2.0.0-beta-4 Status: Resolved

[jira] Commented: (MYFACES-2620) UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848741#action_12848741 ] Jakob Korherr commented on MYFACES-2620: See also the thread on the mailing list

[jira] Created: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
Affects Versions: 2.0.0-beta-3 Environment: bean validation 1.0.0.GA, unified el 2.2 Reporter: Jakob Korherr Assignee: Jakob Korherr When using the new Unified EL 2.2, BeanValidation does not work, because _BeanValidatorUELUtils.getUELValueReferenceWrapper

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848829#action_12848829 ] Jakob Korherr commented on MYFACES-2621: The problem here

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848832#action_12848832 ] Jakob Korherr commented on MYFACES-2621: OK, change of plan. The javadoc

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848851#action_12848851 ] Jakob Korherr commented on MYFACES-2621: We could do something like this in all

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848884#action_12848884 ] Jakob Korherr commented on MYFACES-2621: Totally right! Of course, we could

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848918#action_12848918 ] Jakob Korherr commented on MYFACES-2621: I totally agree with you Leonardo here

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jakob Korherr
+1 on that :) 2010/3/24 Matthias Wessendorf mat...@apache.org On Tue, Mar 23, 2010 at 2:25 PM, Leonardo Uribe lu4...@gmail.com wrote: +1 Just as a comment, mojarra has inside its impl jar some extension tags, so maybe in this case we could include the resulting components in myfaces

Re: [VOTE] release for myfaces core 2.0.0-beta-3

2010-03-22 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/22 Gerhard Petracek gerhard.petra...@gmail.com +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/22 Matthias Wessendorf

Re: [GSOC] HTML5 Proposal

2010-03-22 Thread Jakob Korherr
Hi, This all looks very fine to me - great work :) About the grouping (or sub-tasking): It would be cool to have a parent GSoC 2010 issue with all the GSoC projects as (mentor and gsoc labeled) sub-tasks. Furthermore it would be cool if each student would create all the things he wants to do as

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

2010-03-22 Thread Jakob Korherr (JIRA)
-2618 Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0-beta-2 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor Take a look at HtmlRendererUtils.decodeUIInput(): There we do a check

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