[Announce] Release of Apache MyFaces Trinidad 1.2.12

2009-08-27 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.12. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library. Trinidad Core 1.2.12 is available in both binary and source distributions: *

Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Hello everyone, here is a small bomb I am dropping, some might have noticed already by the Jira entries. This minute I committed a first preliminary working version of the Java!!! reloading code. It still is rough and has limitations, but it works already for expanded webapps. Ok here is how it

[jira] Resolved: (EXTSCRIPT-5) Integrate the dynamic java reloading into the scripting core

2009-08-27 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-5. - Resolution: Fixed Integrated further works will be done on the container integration and other

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Matthias Wessendorf
pretty cool! thanks! Matthias On Thu, Aug 27, 2009 at 12:57 PM, Werner Punzwerner.p...@gmail.com wrote: Hello everyone, here is a small bomb I am dropping, some might have noticed already by the Jira entries. This minute I committed a first preliminary working version of the Java!!!

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Bruno Aranda
That is really excellent news! Thanks! Bruno 2009/8/27 Matthias Wessendorf mat...@apache.org: pretty cool! thanks! Matthias On Thu, Aug 27, 2009 at 12:57 PM, Werner Punzwerner.p...@gmail.com wrote: Hello everyone, here is a small bomb I am dropping, some might have noticed already by the

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Bruno Aranda
Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not yet present in the maven repositories? Cheers, Bruno [INFO] Compilation failure

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Could be that the maven repos dont have it yet, Get the latest trunk from myfaces 1.2 and compile it. Werner Bruno Aranda schrieb: Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Also Bruno feel free to contact me privately via gmail if you have problems setting it up. Werner Werner Punz schrieb: Could be that the maven repos dont have it yet, Get the latest trunk from myfaces 1.2 and compile it. Werner Bruno Aranda schrieb: Hi, I am having compilation

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Matthias Wessendorf
On Thu, Aug 27, 2009 at 2:09 PM, Bruno Arandabrunoara...@gmail.com wrote: Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not yet present in the maven repositories? Nope. There is no ci

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Ok the current1.2 branch currently is not in the nightly builds. This will be fixed soon in the meanwhile do a manual checkout of the current1.2 branch that should resolve the problem. I committed the changes to the startup infrastructure about a week ago. So checking out should work. Werner

MyFaces nightly builds

2009-08-27 Thread Matthias Wessendorf
Hello, can one of the continuum guys enable the 1.2.x branch to be scheduled via the nightly build cycle ? Currently we only build trunk (2.0), e.g.: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-api/2.0.0-SNAPSHOT/ but after we made the 2.0 stuff become

Re: MyFaces nightly builds

2009-08-27 Thread Leonardo Uribe
Hi 2009/8/27 Matthias Wessendorf mat...@apache.org Hello, can one of the continuum guys enable the 1.2.x branch to be scheduled via the nightly build cycle ? Currently we only build trunk (2.0), e.g.:

[jira] Created: (TOBAGO-789) IE resets the selection in the select element when the select element gets focus via label.

2009-08-27 Thread Bernd Bohmann (JIRA)
IE resets the selection in the select element when the select element gets focus via label. --- Key: TOBAGO-789 URL: https://issues.apache.org/jira/browse/TOBAGO-789

Issues with composite components

2009-08-27 Thread Curtiss Howard
Hi, I'm working on getting Sun's basic-ezcomp demo working, and it makes extensive use of composite components. Most things are working, but I noticed two issues, one of which I fixed: First, CompositeComponentResourceTagHandler.createComponent() was incorrectly checking for required

Re: [GIT] MyFaces CORE has a GIT mirror!

2009-08-27 Thread Werner Punz
Werner Punz schrieb: Matthias Wessendorf schrieb: Hi, Jukka closed this ticket in early August: https://issues.apache.org/jira/browse/INFRA-2053 The mirror is now available at git://git.apache.org/myfaces.git ah superb Ok seems to work... the checkout is pretty swift compared to git-svn

[jira] Created: (EXTSCRIPT-6) Java files constantly are reloaded-fix this

2009-08-27 Thread Werner Punz (JIRA)
Java files constantly are reloaded-fix this --- Key: EXTSCRIPT-6 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-6 Project: MyFaces Extensions Scripting Issue Type: Sub-task Reporter:

[jira] Created: (EXTSCRIPT-7) Improve the container Integration

2009-08-27 Thread Werner Punz (JIRA)
Improve the container Integration - Key: EXTSCRIPT-7 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-7 Project: MyFaces Extensions Scripting Issue Type: Improvement Reporter: Werner Punz

[jira] Created: (EXTSCRIPT-8) Fix the war package issue

2009-08-27 Thread Werner Punz (JIRA)
Fix the war package issue - Key: EXTSCRIPT-8 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-8 Project: MyFaces Extensions Scripting Issue Type: Sub-task Reporter: Werner Punz Assignee:

[jira] Created: (EXTSCRIPT-9) Fix more complex deployment environments

2009-08-27 Thread Werner Punz (JIRA)
Fix more complex deployment environments Key: EXTSCRIPT-9 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-9 Project: MyFaces Extensions Scripting Issue Type: Sub-task Reporter:

Re: Issues with composite components

2009-08-27 Thread Leonardo Uribe
Hi 2009/8/27 Curtiss Howard curtiss.how...@gmail.com Hi, I'm working on getting Sun's basic-ezcomp demo working, and it makes extensive use of composite components. Most things are working, but I noticed two issues, one of which I fixed: First,

Re: Issues with composite components

2009-08-27 Thread Curtiss Howard
I believe in facelets is valid assign an attribute to a component that does not exist or in other words not declared on the class. I'm not very sure about do that, since the default behavior for normal components should be preserved for composite components. I guess I'm not sure what you

Re: Issues with composite components

2009-08-27 Thread Curtiss Howard
Leonardo, Do you want me to contribute these changes or would you rather address them yourself? Thanks, Curtiss Howard

Re: Issues with composite components

2009-08-27 Thread Leonardo Uribe
2009/8/27 Curtiss Howard curtiss.how...@gmail.com Leonardo, Do you want me to contribute these changes or would you rather address them yourself? Hi If you can, contribute with these changes. I read again the code and it is a misunderstanding. regards Leonardo Uribe Thanks, Curtiss

[jira] Created: (TRINIDAD-1559) Poll not working agter upgrade

2009-08-27 Thread Eric Moritz (JIRA)
Poll not working agter upgrade -- Key: TRINIDAD-1559 URL: https://issues.apache.org/jira/browse/TRINIDAD-1559 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions:

[jira] Created: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Curtiss Howard (JIRA)
Get basic-ezcomp 2.0 sample working - Key: MYFACES-2340 URL: https://issues.apache.org/jira/browse/MYFACES-2340 Project: MyFaces Core Issue Type: Task Reporter: Curtiss Howard Get the

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748456#action_12748456 ] Curtiss Howard commented on MYFACES-2340: - First set of fixes for these issues:

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748470#action_12748470 ] Leonardo Uribe commented on MYFACES-2340: - on the interface

[jira] Created: (TRINIDAD-1560) migration from trinidad 1.2.11 to 1.2.12

2009-08-27 Thread allan (JIRA)
migration from trinidad 1.2.11 to 1.2.12 Key: TRINIDAD-1560 URL: https://issues.apache.org/jira/browse/TRINIDAD-1560 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.12-core

[jira] Resolved: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-27 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1557. --- Resolution: Fixed Fix Version/s: 1.2.13-core Applied the patch

[jira] Issue Comment Edited: (TRINIDAD-1556) In mobile non-JavaScript browsers, style-classes for tr:selectRangeChoiceBar and tr:navigationPane are not rendered

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742991#action_12742991 ] Mamallan Uthaman edited comment on TRINIDAD-1556 at 8/27/09 5:18 PM:

[jira] Issue Comment Edited: (TRINIDAD-1554) BlackBerry browsers incorrectly handles accessKey attribute of tr:outputLabel

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742973#action_12742973 ] Mamallan Uthaman edited comment on TRINIDAD-1554 at 8/27/09 5:20 PM:

[jira] Issue Comment Edited: (TRINIDAD-1551) BlackBerry browsers not supporting labelWidth or fieldWidth attribute of tr:panelFormLayout

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742979#action_12742979 ] Mamallan Uthaman edited comment on TRINIDAD-1551 at 8/27/09 5:19 PM:

[jira] Issue Comment Edited: (TRINIDAD-1552) In Blackberry browsers, command buttons in tr:panelGroupLayout overlap

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742976#action_12742976 ] Mamallan Uthaman edited comment on TRINIDAD-1552 at 8/27/09 5:20 PM:

[jira] Issue Comment Edited: (TRINIDAD-1553) Mobile browsers not supporting inlineStyle attribute of tr:navigatioPane

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742975#action_12742975 ] Mamallan Uthaman edited comment on TRINIDAD-1553 at 8/27/09 5:20 PM:

[jira] Issue Comment Edited: (TRINIDAD-1555) In mobile browsers, children of tr:commandLink are not rendered

2009-08-27 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742967#action_12742967 ] Mamallan Uthaman edited comment on TRINIDAD-1555 at 8/27/09 5:21 PM:

[jira] Updated: (MYFACES-2146) Bug in UIViewRoot causes Exception in popComponentFromEL()

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2146: Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2312) Implement composite:attribute tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2312. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2319) Implement composite:interface tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2319. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2324) Add ViewDeclarationLanguage.retargetAttachedObjects and ViewDeclarationLanguage.retargetMethodExpressions

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2324. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Add

[jira] Resolved: (MYFACES-2316) Implement composite:implementation tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2316. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2311) Implement composite:actionSource tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2311. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2314) Implement composite:extension tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2314. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2313) Implement composite:editableValueHolder tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2313. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2315) Implement composite:facet tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2315. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2317) Implement composite:insertChildren tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2317. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2318) Implement composite:insertFacet tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2318. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2321) Implement composite:valueHolder tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2321. - Resolution: Fixed Assignee: Leonardo Uribe Implement composite:valueHolder tag

[jira] Resolved: (MYFACES-2320) Implement composite:renderFacet tag handler

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2320. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Resolved: (MYFACES-2310) Implement Composite Component feature

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2310. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Implement Composite Component

[jira] Commented: (MYFACES-2329) Add Facelet taglib 2.0 schema

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748632#action_12748632 ] Leonardo Uribe commented on MYFACES-2329: - I added web-facelettaglibrary_2_0.xsd.

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748642#action_12748642 ] Leonardo Uribe commented on MYFACES-2340: - Proposed changes committed Get

Trinidad Committers Only - Committing Mobile Related Issues

2009-08-27 Thread Mamallan Uthaman
Hi all, I have provided patches for the following issues that are related to mobile browsers. TRINIDAD-1556 TRINIDAD-1555 TRINIDAD-1554 TRINIDAD-1553 TRINIDAD-1552 TRINIDAD-1551 It would be a great help if anyone of committers is willing to commit my patches. Thanks Mamallan