[jira] Commented: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876592#action_12876592 ] Werner Punz commented on MYFACES-2745: -- Ok first thanks Leonardo for finding the

Re: [GSOC] myfaces-shared Modification

2010-06-08 Thread Matthias Wessendorf
On Tue, Jun 8, 2010 at 9:17 AM, Ali Ok al...@aliok.com.tr wrote: Hi, myfaces-shared HtmlTextRendererBase : http://svn.apache.org/repos/asf/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlTextRendererBase.java tomahawk HtmlTextRenderer : 

[jira] Resolved: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2745. -- Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Ok bug is fixed now, looks good so

[jira] Created: (TOBAGO-891) Rename the facet 'menupopup' to 'dropDownMenu'

2010-06-08 Thread Udo Schnurpfeil (JIRA)
Rename the facet 'menupopup' to 'dropDownMenu' -- Key: TOBAGO-891 URL: https://issues.apache.org/jira/browse/TOBAGO-891 Project: MyFaces Tobago Issue Type: Task Reporter: Udo

[jira] Resolved: (TOBAGO-833) Check to introduce jQuery

2010-06-08 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-833. Fix Version/s: 1.5.0-alpha-2 1.5.0 Resolution: Fixed jQuery will

[jira] Created: (TOBAGO-892) Context menu on some components

2010-06-08 Thread Udo Schnurpfeil (JIRA)
Context menu on some components --- Key: TOBAGO-892 URL: https://issues.apache.org/jira/browse/TOBAGO-892 Project: MyFaces Tobago Issue Type: New Feature Reporter: Udo Schnurpfeil

[jira] Created: (MYFACES-2746) Subdivide methods of HtmlTextRendererBase, HtmlTextareaRendererBase and HtmlSecretRendererBase into extendable parts

2010-06-08 Thread Ali Ok (JIRA)
Subdivide methods of HtmlTextRendererBase, HtmlTextareaRendererBase and HtmlSecretRendererBase into extendable parts Key: MYFACES-2746 URL:

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Mike Kienenberger
Looks very interesting. Can you add an example test showing what it would look like to test if a component was rendered? Design note: attempting to input().into() a non-rendered component (or otherwise manipulate a non-rendered component from the tests) should raise an assertion. Is it

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Jakob Korherr
Hi Mike, Thanks for looking at this! The input().into() will most likely just delegate to HtmlUnit to set the values on the current page. Thus inputting into a non-rendered field will not be possible. Yes, actually Gerhard and I are currently talking about this. On the one hand we want to have

[jira] Commented: (TRINIDAD-1825) PPR Broken in Windows Mobile 6

2010-06-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876678#action_12876678 ] Werner Punz commented on TRINIDAD-1825: --- Hia would´t it be better to fix the jsf2

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Mike Kienenberger
The same pattern used in the example test() method can be used in the WebappTestCase superclass. Thus you can provide preconfigured superclasses without requiring superclasses. public class WebappTestCase { public void setUpWebapp() { webAppTester = new WebappTestCaseHelper();

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Jakob Korherr
Yes, right! I adapted the wiki page and added this as the second idea. Regards, Jakob 2010/6/8 Mike Kienenberger mkien...@gmail.com The same pattern used in the example test() method can be used in the WebappTestCase superclass. Thus you can provide preconfigured superclasses without

[jira] Updated: (TRINIDAD-1824) CollectionUtils._checkSerialization should not throw exceptions for null values

2010-06-08 Thread Max Starets (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Starets updated TRINIDAD-1824: -- Status: Resolved (was: Patch Available) Resolution: Fixed

[jira] Resolved: (EXTSCRIPT-134) JSF2 Extensions and composite components - error

2010-06-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-134. --- Resolution: Fixed JSF2 Extensions and composite components - error

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Rudy De Busscher
looks promising, will speed be of any considiration? Assembling the resources and starting op the web container could be a major impact. I prefer functionality above execution time but it has some limits. The @dependency annotation, is it resolving the dependencies itself or just refering to the

[jira] Reopened: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-2745: - Assignee: Leonardo Uribe It seems we confuse a || with a on the conditional after

HTMLUnit + MyFaces PPR was Re: [jira] Resolved: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Werner Punz
Since Michael posted a bugreport regarding HTMLUnit support. We nailed that down it was a combination of dirty stuff htmlunit did and a bug introduced by me by the refactoring on the codebase. (the dirty trick from htmlunit was passing a null string back instead of giving null back or undefined

Re: HTMLUnit + MyFaces PPR was Re: [jira] Resolved: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Werner Punz
Ok Leo just gave me the clarification, the htmlunit stuff was induced by the TCK but the TCK does not test very deeply into the entire lifecycle so after the fix to 2745, a 2.0.1 should be fine now. I would be happy to work on htmlunit integration issues after 2.0.1 to improve the testability

Re: HTMLUnit + MyFaces PPR was Re: [jira] Resolved: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Leonardo Uribe
Hi Werner 2010/6/8 Werner Punz werner.p...@gmail.com Ok Leo just gave me the clarification, the htmlunit stuff was induced by the TCK but the TCK does not test very deeply into the entire lifecycle so after the fix to 2745, a 2.0.1 should be fine now. Yes, we are ok after the fix of

[jira] Commented: (TRINIDAD-1825) PPR Broken in Windows Mobile 6

2010-06-08 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876853#action_12876853 ] Mamallan Uthaman commented on TRINIDAD-1825: There could be many other

[jira] Issue Comment Edited: (TRINIDAD-1819) PPR Issues in Windows Mobile 6

2010-06-08 Thread Tadashi Enomori (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876857#action_12876857 ] Tadashi Enomori edited comment on TRINIDAD-1819 at 6/8/10 7:17 PM:

[jira] Commented: (TRINIDAD-1819) PPR Issues in Windows Mobile 6

2010-06-08 Thread Tadashi Enomori (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876857#action_12876857 ] Tadashi Enomori commented on TRINIDAD-1819: --- Reviewed the patches and they

Re: HTMLUnit + MyFaces PPR was Re: [jira] Resolved: (MYFACES-2745) Cannot set property _mfProto of null to null error with new javascript

2010-06-08 Thread Michael Concini
Werner and Leo, Thanks to both of you for looking into this issue. Our tests are for the most part loading JSF pages which just happen to have some f:ajax tags in them and thus loaded jsf.js. As Leo mentioned though, the problem is that it affects any page that loads jsf.js, whether through

[jira] Updated: (TRINIDAD-1819) PPR Issues in Windows Mobile 6

2010-06-08 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1819: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.14-core