[jira] Updated: (TRINIDAD-1415) allow :alias support to merge in -tr- custom skin properties as well

2010-01-06 Thread Marius Petoi (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petoi updated TRINIDAD-1415: --- Status: Patch Available (was: Open) allow :alias support to merge in -tr- custom skin

[jira] Commented: (TRINIDAD-1415) allow :alias support to merge in -tr- custom skin properties as well

2010-01-06 Thread Marius Petoi (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797031#action_12797031 ] Marius Petoi commented on TRINIDAD-1415: Hello, I added a patch to the task

[Trinidad][Skinning] Allow :alias support to merge in -tr- custom skin properties as well

2010-01-06 Thread Marius Petoi
Hello, This is regarding the JIRA task https://issues.apache.org/jira/browse/TRINIDAD-1415. I added a patch that hopefully solves this issue. In SkinStyleSheetParserUtils._createStyleSheetEntry(), when the parsing of each selector is done, for each selector that is an alias (ends in :alias) I

[jira] Commented: (MYFACES-2473) Make listeners added by tag handlers transient

2010-01-06 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797036#action_12797036 ] Michael Kurz commented on MYFACES-2473: --- Code should be ok now. Make listeners

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Michael Kurz
Sounds like a very good idea to me. I guess html 5 will gain in importance in the not so far future. regards Michael Matthias Wessendorf schrieb: Hi guys, running into this document: http://diveintohtml5.org/forms.html I started playing with some of the new widgets in my Chromium browser (I

[jira] Updated: (MYFACES-2474) Fix navigation handler algorithm for redirects

2010-01-06 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-2474: -- Status: Patch Available (was: Open) Fix navigation handler algorithm for redirects

[jira] Created: (MYFACES-2474) Fix navigation handler algorithm for redirects

2010-01-06 Thread Michael Kurz (JIRA)
Fix navigation handler algorithm for redirects -- Key: MYFACES-2474 URL: https://issues.apache.org/jira/browse/MYFACES-2474 Project: MyFaces Core Issue Type: Bug Components: JSR-314

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
That's a really, really good idea, Matthias! And I also think that it should be for MyFaces 2.0 only. Regards, Jakob 2010/1/6 Michael Kurz michi.k...@gmx.at Sounds like a very good idea to me. I guess html 5 will gain in importance in the not so far future. regards Michael Matthias

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Cédric Durmont
Excuse me to sneak in the conversation, but may I suggest that this html5 renderkit could be an opportunity to write a table-less renderkit, relying more on CSS ? I think this could lead to lighter html pages (with the default renderkit, you quickly end up with 5-10 nested tables without doing

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
A more div-related layout would be _REALLY_ great. Maybe we can do this in tomahawk 2.0. 2010/1/6 Cédric Durmont cdurm...@gmail.com Excuse me to sneak in the conversation, but may I suggest that this html5 renderkit could be an opportunity to write a table-less renderkit, relying more on CSS

Re: [Trinidad 2.0] new plugins dependency

2010-01-06 Thread Andrew Robinson
Yeah I am confused by this as well as 2.0.x is now 2.0.1-SNAPSHOT, so why would that not be the place to keep working? On Tue, Jan 5, 2010 at 2:55 PM, Gabrielle Crawford gabrielle.crawf...@oracle.com wrote: H, so this means if we're working on 2.0 we need to pull a new branch each time you

Re: [Trinidad 2.0] new plugins dependency

2010-01-06 Thread Thomas Modeneis
Congratulation's Matthias :) Thanks for your job for community On Tue, Jan 5, 2010 at 7:04 AM, Matthias Wessendorf mat...@apache.orgwrote: Hi, we are on the middle of releasing a first version of the JSF 2.0-based Trinidad plugins. As of that I updated the Trinidad 2.0 branch to reflect

[infra] commits that contain link to jira ?

2010-01-06 Thread Matthias Wessendorf
Hey, I am not sure, but I think that it is possible to have the svn commit email to generate a link to a jira ticket. MYFACES-1234 = should generate the a href=...MYFACES-1234/a; Has one ever dealt with a configuration like that ? thx, m -- Matthias Wessendorf blog:

Re: [Trinidad 2.0] new plugins dependency

2010-01-06 Thread Matthias Wessendorf
I merged in things from different locations, so I ended up with the 2.0.0.1 thingy... however, I will rename that soon. check for mail here... On Wed, Jan 6, 2010 at 5:23 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Yeah I am confused by this as well as 2.0.x is now 2.0.1-SNAPSHOT,

[Trinidad 2] Renamed branch(es) (was: Re: [Trinidad 2.0] new plugins dependency)

2010-01-06 Thread Matthias Wessendorf
Hey, ok, the 2.0.0.1 branch has been renamed to trinidad-2.0.x So this URL contains our kinda *trunk (for Trinidad's JSF 2.0 stuff): https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x/ The previous trinidad-2.0.x has been renamed to ex-trinidad-2.0.x and I will delete it

[Trinidad 2] Plugins branch moved

2010-01-06 Thread Andrew Robinson
Guys, with the okay from Matthias, I renamed the plugins 2.0 branch from: https://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.0-branch to https://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.x-branch So that it reflects the fact that the last digit is changing.

Re: [Trinidad 2] Renamed branch(es) (was: Re: [Trinidad 2.0] new plugins dependency)

2010-01-06 Thread Gabrielle Crawford
thanks! Matthias Wessendorf wrote: Hey, ok, the 2.0.0.1 branch has been renamed to trinidad-2.0.x So this URL contains our kinda *trunk (for Trinidad's JSF 2.0 stuff): https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x/ The previous trinidad-2.0.x has been renamed to

Re: [TRINIDAD][API]TRINIDAD-1668 Speed up UIXComponent.getId()

2010-01-06 Thread Simon Lessard
Hi Blake, Yep, that's exactly what I meant. I'm aware that the main risk lies with compatibility, but I think it's minimal. Regards, ~ Simon On Tue, Jan 5, 2010 at 8:00 PM, Blake Sullivan blake.sulli...@oracle.comwrote: Simon Lessard said the following On 1/5/2010 2:34 PM PT: Blake,

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jan-Kees van Andel
+1 on the HTML 5 RenderKit. Yeah, and maybe ditch (or at least provide a more semantic) panelGrid, for example, with a parameter to customize the HTML: dl+dd+dt, div, table, ul/ol... Especially when writing interactive apps with (slide) effects, I always had a lot of issues with table-based

[jira] Commented: (EXTSCRIPT-41) Write the documentation

2010-01-06 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797312#action_12797312 ] Werner Punz commented on EXTSCRIPT-41: -- done on the wiki for the initial version

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Gerhard Petracek
+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/1/6 Matthias Wessendorf mat...@apache.org as the mentioned behavior support already said, I'd like to see this ONLY for

[jira] Created: (EXTSCRIPT-42) Add Resource handlers

2010-01-06 Thread Werner Punz (JIRA)
Add Resource handlers - Key: EXTSCRIPT-42 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-42 Project: MyFaces Extensions Scripting Issue Type: Improvement Reporter: Werner Punz Assignee:

Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Hey all, I could really use some help. I have been unable so far to get the maven-faces-plugin to resolve xml includes in the 2.0.1 version of the plugins. I removed xerces and the other XML dependencies from the POM so that it would use the Java built-in XML. Then I made it XInclude aware:

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Forgot to mention that it is looking for: /home/anrobins/development/maven-trinidad/branches/2.0.0-branch/maven-faces-plugin/TestInclude.xml but the correct path is:

Re: [TRINIDAD][API]TRINIDAD-1668 Speed up UIXComponent.getId()

2010-01-06 Thread Blake Sullivan
OK. I got smarter and looked more carefully at the FacesBean implementations. The best solution is to modify org.apache.myfaces.trinidadinternal.bean.UIXFacesBeanImpl to hang onto the UIXComponent passed to init() and then override setProperty(), getLocalPropertyImpl(), saveState(), and

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Update: I changed the code to this: public void merge( FacesConfigBean owner, URL url) throws MojoExecutionException { try { URLConnection conn = url.openConnection(); long lastModified = conn.getLastModified(); // Establish the current

[jira] Commented: (TRINIDAD-1674) Trinidad 2 - New NPE when adding component programatically

2010-01-06 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797422#action_12797422 ] Gabrielle Crawford commented on TRINIDAD-1674: -- In ChildArrayList.add(int

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Giving up for the night, but I found that this works: xi:include href=TestInclude.xml / But not this: xi:include href=./TestInclude.xml xpointer=/faces-config/component/*/ If the xpointer attribute has any value at all it seems to fail. On Wed, Jan 6, 2010 at 5:33 PM, Andrew Robinson

[jira] Resolved: (TRINIDAD-1674) Trinidad 2 - New NPE when adding component programatically

2010-01-06 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-1674. -- Resolution: Fixed Fix Version/s: 2.0.0.1-core Trinidad 2 - New NPE

[jira] Created: (TRINIDAD-1675) performance: StyleSheetDocument is called 10 times on initial render, consider caching.

2010-01-06 Thread Jeanne Waldman (JIRA)
performance: StyleSheetDocument is called 10 times on initial render, consider caching. --- Key: TRINIDAD-1675 URL: https://issues.apache.org/jira/browse/TRINIDAD-1675