[jira] Commented: (MYFACES-2637) Serious Bug! ajax cant work using multiple forms.

2010-04-02 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852724#action_12852724 ] Werner Punz commented on MYFACES-2637: -- The code had an invalid positioned root form

[jira] Issue Comment Edited: (MYFACES-2637) Serious Bug! ajax cant work using multiple forms.

2010-04-02 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852724#action_12852724 ] Werner Punz edited comment on MYFACES-2637 at 4/2/10 6:12 AM:

[Trinidad][Skinning][API] Include property in CSS API

2010-04-02 Thread Marius Petoi
Hello, Maybe you followed the discussions on this topic from http://markmail.org/search/?q=skinning#query:skinning%20order%3Adate-backward+page:1+mid:4nt2ykmdnnmcyvp4+state:results We need to decide between two alternatives for the syntax of the -tr-include-property. The two alternatives are:

[jira] Commented: (TRINIDAD-1680) Introduce include-property in CSS

2010-04-02 Thread Marius Petoi (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852746#action_12852746 ] Marius Petoi commented on TRINIDAD-1680: Hi Jeanne, I have sent an email with

[Trinidad] maven plugins

2010-04-02 Thread Matthias Wessendorf
Hi, currently the work for JSF2 (and Trinidad2) is on a branch, since Trinidad2 (JSF2-based) is now trunk, I feel that we should make the 2.0-specific maven work trunk and the current trunk will be a branch. Any concerns? -Matthias -- Matthias Wessendorf blog:

Re: [Trinidad] Demos to JSF2

2010-04-02 Thread Matthias Wessendorf
Not sure :-) Martin, would it be possible to host the JSF2 based Trinidad demos on your server ? That would be sweet! Thanks! -Matthias On Fri, Apr 2, 2010 at 12:52 AM, Maria Kaval maria.ka...@oracle.com wrote: Hi, Can we get the live Trinidad demos updated to run on Trinidad trunk which

Re: [Trinidad] Dev guide update

2010-04-02 Thread Matthias Wessendorf
Our continuum instance is very old and has hick-ups. Best would be to entirely replace it, but that's a bit time consuming, I guess that's why it has been done yet. -Matthias On Fri, Apr 2, 2010 at 12:54 AM, Maria Kaval maria.ka...@oracle.com wrote: For JIRA-1757 we will be making an update to

Re: [Trinidad] Dev guide update

2010-04-02 Thread Matthias Wessendorf
and the continuum server has no Java 1.6, yet [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message: Detected JDK Version: 1.5.0-22 is not in the allowed range 1.6. On Fri, Apr 2, 2010 at 11:37 AM, Matthias Wessendorf mat...@apache.org wrote: Our continuum

[jira] Commented: (MYFACES-2637) Serious Bug! ajax cant work using multiple forms.

2010-04-02 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852800#action_12852800 ] Werner Punz commented on MYFACES-2637: -- Ok I just got confirmation, the fix was

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

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

2010-04-02 Thread Matthias Wessendorf
That's great news! Thanks for looking into it! -Matthias On Fri, Apr 2, 2010 at 3:07 PM, Jakob Korherr jakob.korh...@gmail.com wrote: 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

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

2010-04-02 Thread Max Starets
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 wrote: Hi guys, I took a look at this problem and have already found the reason why this does not work with

[jira] Commented: (PORTLETBRIDGE-112) Improve compatibility with Liferay Portal for portlets that extend GenericFacesPortlet

2010-04-02 Thread Neil Griffin (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852849#action_12852849 ] Neil Griffin commented on PORTLETBRIDGE-112: This is something that

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

2010-04-02 Thread Jakob Korherr (JIRA)
Use the application's ViewHandler to create the view in FaceletViewMetadata --- Key: MYFACES-2641 URL: https://issues.apache.org/jira/browse/MYFACES-2641 Project: MyFaces Core

[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 Matthias Wessendorf
Hello Max, the issue was simple and has been fixed in MyFaces2: https://issues.apache.org/jira/browse/MYFACES-2641 -Matthias On Fri, Apr 2, 2010 at 4:10 PM, Max Starets max.star...@oracle.com wrote: Thanks, Jacob! What is interesting is that Trinidad trunk is providing VDL factory just

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

Re: [Trinidad][Skinning] Introduce include-Property in CSS

2010-04-02 Thread Jeanne Waldman
Blake, I like this proposal a lot. It is easy to understand and it's much more compact. .AFTestBackgroundColor:alias {color: -tr-property-ref(".AFTestForegroundColor:alias", "background-color")} I should point out that this is different than our other special CSS syntaxes where the property

Re: [Trinidad][Skinning][API] Include property in CSS API

2010-04-02 Thread Jeanne Waldman
We don't have a -tr-include-style. We have a -tr-rule-ref:selector. So if we did #1, I would go for -tr-rule-ref:property instead of -tr-include-property. 1': -tr-rule-ref:property(selector=af|foo,propertyName=color, localPropertyName=background-color) 3. -tr-rule-ref:

[jira] Updated: (EXTVAL-88) Allow case insensitive comparison for String in the Equals and NotEquals validations

2010-04-02 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated EXTVAL-88: --- Resolution: Fixed Fix Version/s: 1.1.4-SNAPSHOT 2.0.4-SNAPSHOT

[jira] Commented: (MYFACES-2637) Serious Bug! ajax cant work using multiple forms.

2010-04-02 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852945#action_12852945 ] Werner Punz commented on MYFACES-2637: -- Ok I just committed some fixup code, give it

Re: [Trinidad] maven plugins

2010-04-02 Thread Jeanne Waldman
+1 Matthias Wessendorf wrote, On 4/2/2010 1:58 AM PT: Hi, currently the work for JSF2 (and Trinidad2) is on a branch, since Trinidad2 (JSF2-based) is now trunk, I feel that we should make the 2.0-specific maven work trunk and the current trunk will be a branch. Any concerns? -Matthias

[jira] Commented: (TRINIDAD-462) Add import support to skinning's css files

2010-04-02 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852956#action_12852956 ] Jeanne Waldman commented on TRINIDAD-462: - I think for simplicity sake, we would

[jira] Resolved: (EXTVAL-84) use jul (java util logging) instead of commons logging

2010-04-02 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTVAL-84. Resolution: Fixed Fix Version/s: 1.1.4-SNAPSHOT 2.0.4-SNAPSHOT