Re: [TOMAHAWK] CDI contributions to tomahawk?

2010-01-15 Thread Matthias Wessendorf
On Fri, Jan 15, 2010 at 8:54 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, as i know the next seam version will provide portable cdi extensions. lgpl = not suitable :-) i also thought about suggesting an extensions module for myfaces which provides such portable cdi extensions

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

2010-01-15 Thread Marius Petoi
Yes, 'name' is an alias...I introduced it because I saw it was done this way in the XSS. I will remove it. Are you saying I should change the syntax? I personally think it is clearer this way. Marius On Fri, Jan 15, 2010 at 1:45 AM, Jeanne Waldman jeanne.wald...@oracle.comwrote: What is

Re: [TOMAHAWK] CDI contributions to tomahawk?

2010-01-15 Thread Gerhard Petracek
you got me wrong - i didn't suggest to use the stuff of seam... i also planned to suggest a module which offers portable cdi extensions for jsf applications (like seam 3). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German

Re: [JIRA] adding new category for MyFaces

2010-01-15 Thread Gerhard Petracek
hi, basically manfred is able to do that. before we start a new extensions module in jira, we should collect ideas at [1]. regards, gerhard [1] http://wiki.apache.org/myfaces/Extensions/CDI/DevDoc/Drafts http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in

Re: [JIRA] adding new category for MyFaces

2010-01-15 Thread Matthias Wessendorf
On Fri, Jan 15, 2010 at 9:08 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, basically manfred is able to do that. before we start a new extensions module in jira, we should collect ideas at [1]. regards, gerhard [1] http://wiki.apache.org/myfaces/Extensions/CDI/DevDoc/Drafts +1

Re: [JIRA] adding new category for MyFaces

2010-01-15 Thread Michael Kurz
Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 9:08 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, basically manfred is able to do that. before we start a new extensions module in jira, we should collect ideas at +1 for ExtCDI as it nicely fits the naming scheme of other

Extension-Scripting status

2010-01-15 Thread Werner Punz
Hello everyone Just a short status update where we are for the list. I am currently working on changing the Groovy classloading from parse to the same compile mechanism we have in Java. The reason for this is speed gains at server startup, and also we get the extended dependency scanning we

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

2010-01-15 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz reopened MYFACES-2473: --- I don't want to be a pain in the neck but with the changes from MYFACES-2487 wouldn't it be

[GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, I am trying to detect the problems that I can face. I experienced several problems with MyFaces 1.2.8, and just overrode my solutions without considering the architecture in order to move along. Then I will make my proposal solving this problems within the architecture. However, I couldn't

[jira] Commented: (EXTSCRIPT-2) Improve the spring integration example

2010-01-15 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800640#action_12800640 ] Werner Punz commented on EXTSCRIPT-2: - We will provide a full spring integration for

[jira] Created: (EXTSCRIPT-44) Spring integration

2010-01-15 Thread Werner Punz (JIRA)
Spring integration -- Key: EXTSCRIPT-44 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-44 Project: MyFaces Extensions Scripting Issue Type: Bug Reporter: Werner Punz Assignee: Werner Punz Add

[jira] Created: (EXTSCRIPT-43) Move the groovy part to recompilation

2010-01-15 Thread Werner Punz (JIRA)
Move the groovy part to recompilation - Key: EXTSCRIPT-43 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-43 Project: MyFaces Extensions Scripting Issue Type: Improvement Reporter: Werner

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Jakob Korherr
Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. 2) JSF 1.2 uses the unified expression language, which also includes javax.el.ValueExpression, so maybe you have to

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Matthias Wessendorf
On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

[jira] Created: (EXTSCRIPT-45) Dependency scan not triggered in a corner case

2010-01-15 Thread Werner Punz (JIRA)
Dependency scan not triggered in a corner case -- Key: EXTSCRIPT-45 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-45 Project: MyFaces Extensions Scripting Issue Type: Bug

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Werner Punz
Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, Thanks for replies. Then, since JSP support is not clear and seems problematic on GAE, I will use Facelets as view technology. On Fri, Jan 15, 2010 at 1:22 PM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr

[jira] Created: (EXTSCRIPT-46) remove complexity of the annotation scan part

2010-01-15 Thread Werner Punz (JIRA)
remove complexity of the annotation scan part - Key: EXTSCRIPT-46 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-46 Project: MyFaces Extensions Scripting Issue Type: Improvement

[jira] Reopened: (TOBAGO-811) Dublicate Id Excepiton with RI 1.1

2010-01-15 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann reopened TOBAGO-811: -- The solution does not work for jsp and sun ri 1.1 Dublicate Id Excepiton with RI 1.1

[VOTE] Release Tobago 1.0.24 second try

2010-01-15 Thread Bernd Bohmann
Hello, I would like to release Tobago 1.0.24. I have removed the changes for TOBAGO-811 in 1.0.24 and scheduled to 1.0.25. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12314193 The version is

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

2010-01-15 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800747#action_12800747 ] Michael Kurz commented on MYFACES-2473: --- And if serialization is the way,

[jira] Commented: (EXTSCRIPT-43) Move the groovy part to recompilation

2010-01-15 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800754#action_12800754 ] Werner Punz commented on EXTSCRIPT-43: -- done Move the groovy part to recompilation

[jira] Resolved: (EXTSCRIPT-46) remove complexity of the annotation scan part

2010-01-15 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-46. -- Resolution: Fixed remove complexity of the annotation scan part

[jira] Resolved: (EXTSCRIPT-43) Move the groovy part to recompilation

2010-01-15 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-43. -- Resolution: Fixed Move the groovy part to recompilation

[jira] Commented: (EXTSCRIPT-46) remove complexity of the annotation scan part

2010-01-15 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800755#action_12800755 ] Werner Punz commented on EXTSCRIPT-46: -- done remove complexity of the annotation

[jira] Created: (TOBAGO-845) CSS load order wrong - tobago-menu.css is loaded at last after own css

2010-01-15 Thread Guido Dubois (JIRA)
CSS load order wrong - tobago-menu.css is loaded at last after own css -- Key: TOBAGO-845 URL: https://issues.apache.org/jira/browse/TOBAGO-845 Project: MyFaces Tobago

Re: [Trinidad] Use of 'autoSub' event on client and AutoSubmitEvent on the server...

2010-01-15 Thread Blake Sullivan
Pavitra and I talked about this some more last night. It looks like the AutoSubmitEvent is delivered so that the subforms know which subform, if any triggered the post so that the subforms know whether to process their children. However, the way that this is done seems overly complicated,

Re: [Trinidad] Use of 'autoSub' event on client and AutoSubmitEvent on the server...

2010-01-15 Thread Pavitra Subramaniam
On 1/14/2010 12:41 PM, Gabrielle Crawford wrote: However subforms decide whether they are the 'submitted' subform based on queued events, take a look at UIXSubformTemplate. Almost all events are queued in the apply request values phase, even if they aren't delivered until a later phase. An

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

2010-01-15 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800843#action_12800843 ] Leonardo Uribe commented on MYFACES-2473: - If we make it transient, events that

[jira] Created: (TRINIDAD-1688) color converter renders extra JS

2010-01-15 Thread Cale Scholl (JIRA)
color converter renders extra JS Key: TRINIDAD-1688 URL: https://issues.apache.org/jira/browse/TRINIDAD-1688 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: