Is there any 'oncomplete' method in jsf.ajax.request()?

2010-03-25 Thread Mark Li
I cant find oncomplete like method in jsf.ajax.request specification(314), or in the js source code ? Can myfaces 2 support this method? Best Regard Mark Li xihan...@gmail.com

Re: Is there any 'oncomplete' method in jsf.ajax.request()?

2010-03-25 Thread Werner Punz
Hello, there is no onComplete in the specification, because you won´t need it, the specification defines an event system where you can register your own listeners, with then you can check whether a request is complete or not. You can use the jsf.ajax.addOnEvent method to register your own

[jira] Commented: (EXTSCRIPT-103) Bug in the documentation

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849649#action_12849649 ] Werner Punz commented on EXTSCRIPT-103: --- Fixed in the docs, but I cannot update

[jira] Resolved: (EXTSCRIPT-103) Bug in the documentation

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-103. --- Resolution: Fixed Bug in the documentation

[jira] Commented: (EXTSCRIPT-102) Improve the Documentation regarding setup

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849652#action_12849652 ] Werner Punz commented on EXTSCRIPT-102: --- fixed but mostly invalid I am filing a

[jira] Resolved: (EXTSCRIPT-102) Improve the Documentation regarding setup

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-102. --- Resolution: Fixed Improve the Documentation regarding setup

[jira] Commented: (EXTSCRIPT-100) ExtSCRIPT + Jetty 7 NPEs at startup (jetty 6 works)

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849694#action_12849694 ] Werner Punz commented on EXTSCRIPT-100: --- Not sure what bruno does, but a test

GSoC

2010-03-25 Thread Matthias Wessendorf
http://markmail.org/message/mk6th4uj7o6fpqic based on that, I will overhaul the JIRA issue and make it neutral. Ali still can use his wiki page, to collect data, for his application. -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions:

[jira] Created: (EXTSCRIPT-104) NPE during context shutdown

2010-03-25 Thread Werner Punz (JIRA)
NPE during context shutdown --- Key: EXTSCRIPT-104 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-104 Project: MyFaces Extensions Scripting Issue Type: Bug Components: Core Affects Versions:

[jira] Resolved: (EXTSCRIPT-104) NPE during context shutdown

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-104. --- Resolution: Fixed Fix Version/s: 1.0-Beta-2 NPE during context shutdown

[jira] Resolved: (EXTSCRIPT-100) ExtSCRIPT + Jetty 7 NPEs at startup (jetty 6 works)

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-100. --- Resolution: Fixed Fix Version/s: 1.0-Beta-2 ExtSCRIPT + Jetty 7 NPEs at startup

[jira] Resolved: (EXTSCRIPT-99) prepare the beta 1 tag

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-99. -- Resolution: Fixed Fix Version/s: Beta-1 prepare the beta 1 tag

[jira] Commented: (EXTSCRIPT-100) ExtSCRIPT + Jetty 7 NPEs at startup (jetty 6 works)

2010-03-25 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849714#action_12849714 ] Werner Punz commented on EXTSCRIPT-100: --- Ok the NPE was caused by a starting

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-25 Thread Werner Punz
Ok I fixed everything now in the trunk, the project now works with Ext-Scripting. There were several issues a) A configuration issue, the filter was not set, this was an error on my part in the docs, they will be updated as soon as the peoples server is up again. b) The project was started

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-25 Thread Bruno Aranda
Nothing like developing a project with all the bleeding edge technologies of MyFaces together :) You find some interesting issues... Thanks Werner for fixing this so fast! Bruno On 25 March 2010 15:02, Werner Punz werner.p...@gmail.com wrote: Ok I fixed everything now in the trunk, the

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

2010-03-25 Thread Rudy De Busscher (JIRA)
Allow case insensitive comparison for String in the Equals and NotEquals validations Key: EXTVAL-88 URL: https://issues.apache.org/jira/browse/EXTVAL-88 Project:

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

2010-03-25 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-88: --- Status: Patch Available (was: Open) Allow case insensitive comparison for String in the

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-25 Thread Werner Punz
I hope the bleeding edge does not hurt too much :-) No seriously, it was an interesting testcase, I wanted to have a full blow real live app to test against anyway. I think the stack cannot get more bleeding edge than what you have currently. Werner Am 25.03.10 16:42, schrieb Bruno Aranda:

[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 Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849793#action_12849793 ] Leonardo Uribe commented on MYFACES-2623: - Ok, I believe you ;-). Don't get me

[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 of

[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 Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849807#action_12849807 ] Leonardo Uribe commented on MYFACES-2623: - So the problem is on eclipse. If the

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

2010-03-25 Thread Jakob Korherr (JIRA)
Automatically add h:messages if ProjectStage is Development --- Key: MYFACES-2624 URL: https://issues.apache.org/jira/browse/MYFACES-2624 Project: MyFaces Core Issue Type: Bug

[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

[jira] Commented: (TRINIDAD-1743) CorePanelBox color contrast ratio is too low, violating Accessibility guidelines

2010-03-25 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849873#action_12849873 ] Jeanne Waldman commented on TRINIDAD-1743: -- I got this from our UI team: If you

[jira] Resolved: (TRINIDAD-1720) Some border lines are not drawn with the new Casablanca skin

2010-03-25 Thread Catalin Kormos (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Kormos resolved TRINIDAD-1720. -- Resolution: Fixed Fix Version/s: 2.0.0.3-core 1.2.14-core

[jira] Commented: (TRINIDAD-1743) CorePanelBox color contrast ratio is too low, violating Accessibility guidelines

2010-03-25 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849902#action_12849902 ] Jeanne Waldman commented on TRINIDAD-1743: -- I do not think this is a Trinidad

[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

[jira] Created: (MYFACES-2625) TagLibrary using custom namespace fails to load composite component

2010-03-25 Thread Leonardo Uribe (JIRA)
TagLibrary using custom namespace fails to load composite component --- Key: MYFACES-2625 URL: https://issues.apache.org/jira/browse/MYFACES-2625 Project: MyFaces Core Issue

[jira] Resolved: (MYFACES-2625) TagLibrary using custom namespace fails to load composite component

2010-03-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2625. - Resolution: Fixed Fix Version/s: 2.0.0-beta-4 TagLibrary using custom