[jira] Created: (TRINIDAD-1905) Problem with the JMeter HTTP Proxy

2010-09-07 Thread JIRA
Problem with the JMeter HTTP Proxy -- Key: TRINIDAD-1905 URL: https://issues.apache.org/jira/browse/TRINIDAD-1905 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 2.0.0-alpha-2, 1.2.13-core

[jira] Commented: (TRINIDAD-1905) Problem with the JMeter HTTP Proxy

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906682#action_12906682 ] Matthias Weßendorf commented on TRINIDAD-1905: -- There was a similar thread

[jira] Commented: (MYFACES-2911) OSGi Manifest: MyFaces API Bundle requires IMPL Bundle

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906686#action_12906686 ] Matthias Weßendorf commented on MYFACES-2911: - Yes, API and IMPL are somewhat

[VOTE] Trinidad plugins: 2.0.2 release

2010-09-07 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the 2.0.2 release of the Apache MyFaces Trinidad Maven 2 Plugins. This contains more JSF 2.0 support for the MyFaces Trinidad Maven plugins. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 2.0.2 artifacts and

Re: [VOTE] Trinidad plugins: 2.0.2 release

2010-09-07 Thread Matthias Wessendorf
+1 On Tue, Sep 7, 2010 at 9:23 AM, Matthias Wessendorf mat...@apache.org wrote: Hi, I was running the needed tasks to get the 2.0.2 release of the Apache MyFaces Trinidad Maven 2 Plugins. This contains more JSF 2.0 support for the MyFaces Trinidad Maven plugins. The artifacts are deployed

Re: [VOTE] release for myfaces archetypes 1.0.2

2010-09-07 Thread Mark Struberg
+1 LieGrue, strub --- On Mon, 9/6/10, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: [VOTE] release for myfaces archetypes 1.0.2 To: MyFaces Development dev@myfaces.apache.org Date: Monday, September 6, 2010, 8:12 PM Hi, I was running

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Jakob Korherr
Hi, I just committed the webapptest project into the gsoc folder. Now we can start to improve it in order to be able to do a first alpha release. In addition I'd like to create a webapptest component for the MYFACESTEST project in the JIRA. Any objections or better ideas? Regards, Jakob

[jira] Resolved: (MYFACESTEST-6) Module for automated webapp tests for MyFaces core + extensions

2010-09-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACESTEST-6. - Resolution: Fixed Resolving this issue, because GSoC is over and the integration is

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Gerhard
+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/9/7 Jakob Korherr jakob.korh...@gmail.com Hi, I just committed the webapptest project into the gsoc folder. Now we

[jira] Created: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread JIRA
Client Validation igonred with f:ajax tag --- Key: TRINIDAD-1906 URL: https://issues.apache.org/jira/browse/TRINIDAD-1906 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 2.0.0.3-core

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906724#action_12906724 ] Matthias Weßendorf commented on TRINIDAD-1906: -- One solution could be to

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Rudy De Busscher
+1 Try to add my 5 or so improvements this weekend. Regards Rudy. On 7 September 2010 11:23, Gerhard gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support

submit and ajax request will not be queued together

2010-09-07 Thread Mark Struberg
Hi! We have a page which renders a confirmation dialogue area with f:ajax and this confirmation dialogue has a h:commandButton. Since our view restoration may take a bit it happens that the user might click fast enough on the commandbutton while the ajax request is still on the server. Thus

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906769#action_12906769 ] Matthias Weßendorf commented on TRINIDAD-1906: -- For that we need to

Re: submit and ajax request will not be queued together

2010-09-07 Thread Werner Punz
Am 07.09.10 13:26, schrieb Mark Struberg: Hi! We have a page which renders a confirmation dialogue area with f:ajax and this confirmation dialogue has a h:commandButton. Since our view restoration may take a bit it happens that the user might click fast enough on the commandbutton while the

Re: submit and ajax request will not be queued together

2010-09-07 Thread Werner Punz
Ok Mark I checked the code there should be no two requests being sent issue there, the code definitely enqueues while a request is running, and dequeues once the request has done its work. But I do not want to rule out a bug here on code level, but can you send me a demo app so that I can have

Re: submit and ajax request will not be queued together

2010-09-07 Thread Werner Punz
I also checked the queue testcodes on my side. I have a testcase where a server servlet delays the response for three seconds, but it triggers directly jsf.ajax.request. That is on the latest codebase. What happens is following if I press the button multiple times, the requests are issued

Re: submit and ajax request will not be queued together

2010-09-07 Thread Mark Struberg
txs Werner, I'll tinker together a small standalone test app until this evening. The problem seem that we FIRST call the ajax request (opening a small javascript yes/no dialog) and THEN the user hits the commandButton. You can try this by invoking a ajax method which calls a sleep(3) and hit

[jira] Updated: (MYFACES-2908) UIViewRoot.addComponentResource() adding multiple components with same ID instead of replacing

2010-09-07 Thread Michael Concini (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Concini updated MYFACES-2908: - Status: Resolved (was: Patch Available) Fix Version/s: 2.0.2-SNAPSHOT

Re: submit and ajax request will not be queued together

2010-09-07 Thread Ganesh
Hi Mark, A standard form submit will always go through whether an AJAX request is running or not. There is no queueing of no AJAX submits. You may consider disabling the button until the AJAX request is successfull. Best regards, Ganesh Mark Struberg schrieb: txs Werner, I'll tinker

Re: submit and ajax request will not be queued together

2010-09-07 Thread Werner Punz
I dont think they have a form submit issue here, that has been resolved a while ago, but I cannot see in my code how a concurrent submit can happen either because a lock monitor is set once the request is set to send, which then blocks and reroutes subsequent requests until the issued request

[jira] Reopened: (MYFACES-2904) javascript _Dom._outerHtml does not handle table items (tr, tbody. ...)

2010-09-07 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz reopened MYFACES-2904: -- Ok sorry for the delay, but I was bound by customer projects, I reevaluated the code, there

Re: submit and ajax request will not be queued together

2010-09-07 Thread Mark Struberg
Werner do you call the sleep in javascript? I meant to sleep(3s) in the java code on the server. LieGrue, strub --- On Tue, 9/7/10, Werner Punz werner.p...@gmail.com wrote: From: Werner Punz werner.p...@gmail.com Subject: Re: submit and ajax request will not be queued together To:

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the first beta release of the Apache MyFaces Trinidad 2.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 2.0.0-beta1 artifacts and vote. Main diff between the other alphas is that ajax support has been

[VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Matthias Wessendorf
+1 On Tue, Sep 7, 2010 at 4:39 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, I was running the needed tasks to get the first beta release of the Apache MyFaces Trinidad 2.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 2.0.0-beta1

[jira] Resolved: (MYFACES-2904) javascript _Dom._outerHtml does not handle table items (tr, tbody. ...)

2010-09-07 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2904. -- Resolution: Fixed ok I gave the fixup code now a testrun, leos code with my fixes now work

[COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Matthias Wessendorf
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Martin Kočí as the newest MyFaces committer! Ali is an active member of the myfaces community. He started on contributing to Trinidad and was a great resource recently on MyFaces core. @Martin: Please add

[jira] Created: (MYFACES-2912) Wrong JNDI Name for Method Resource Injections

2010-09-07 Thread Gurkan Erdogdu (JIRA)
Wrong JNDI Name for Method Resource Injections -- Key: MYFACES-2912 URL: https://issues.apache.org/jira/browse/MYFACES-2912 Project: MyFaces Core Issue Type: Bug Reporter: Gurkan

Re: submit and ajax request will not be queued together

2010-09-07 Thread Werner Punz
I actually call sleep 3000 on the server in a servlet which is a protocol simulator and then issue subsequent requests. here is an image of what I am getting: http://people.apache.org/~werpu/images/delayscreenie.jpeg as you can see clear 3 second delays between the requests! Werner Am

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Grant Smith
Welcome Martin ! On Tue, Sep 7, 2010 at 7:50 AM, Matthias Wessendorf mat...@apache.orgwrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Martin Kočí as the newest MyFaces committer! Ali is an active member of the myfaces community. He started on

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Gerhard
welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/9/7 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our community.

Re: [VOTE] Trinidad plugins: 2.0.2 release

2010-09-07 Thread Mark Struberg
+1 build fine from src.tar.gz + passes rat + sha1 + md5 LieGrue, strub --- On Tue, 9/7/10, Matthias Wessendorf mat...@apache.org wrote: From: Matthias Wessendorf mat...@apache.org Subject: [VOTE] Trinidad plugins: 2.0.2 release To: MyFaces Development dev@myfaces.apache.org Date: Tuesday,

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Mark Struberg
+1 builds fine from src.tar.gz + passes rat (only minor miss is maven-faces-plugin/Global.xml and a few xmls in the examples) + sha1 ok + md5 ok LieGrue, strub --- On Tue, 9/7/10, Matthias Wessendorf mat...@apache.org wrote: From: Matthias Wessendorf mat...@apache.org Subject: [VOTE]

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Blake Sullivan
+1 -- Blake Sullivan On 9/7/10 7:39 AM, Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the first beta release of the Apache MyFaces Trinidad 2.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 2.0.0-beta1 artifacts and

Re: [VOTE] Trinidad plugins: 2.0.2 release

2010-09-07 Thread Blake Sullivan
+1 -- Blake Sullivan On 9/7/10 12:23 AM, Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 2.0.2 release of the Apache MyFaces Trinidad Maven 2 Plugins. This contains more JSF 2.0 support for the MyFaces Trinidad Maven plugins. The artifacts are deployed to my private

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Blake Sullivan
Congratulations! -- Blake Sullivan On 9/7/10 8:26 AM, Gerhard wrote: welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/9/7 Matthias Wessendorf mat...@apache.org

[jira] Commented: (TRINIDAD-1905) Problem with the JMeter HTTP Proxy

2010-09-07 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906866#action_12906866 ] Blake Sullivan commented on TRINIDAD-1905: -- The code appears to be expecting

[jira] Reopened: (MYFACES-2908) UIViewRoot.addComponentResource() adding multiple components with same ID instead of replacing

2010-09-07 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-2908: - The code that check for a duplicate component is on the right place. It seems the

[jira] Resolved: (MYFACES-2908) UIViewRoot.addComponentResource() adding multiple components with same ID instead of replacing

2010-09-07 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2908. - Resolution: Fixed UIViewRoot.addComponentResource() adding multiple components with

[VOTE] Release Bridge Master 4

2010-09-07 Thread Scott O'Bryan
Please vote on the proposed release of MyFaces Portlet Bridge Master version 4. This version of the bridge master uses version 9 of the myfaces plugin to allow artifacts to be published to repository.apache.org as per the Apache instructions [1]. The bridge master artifacts have been staged

Re: [VOTE] Release Bridge Master 4

2010-09-07 Thread Grant Smith
+1 for the vote +1 for only 48 hours On Tue, Sep 7, 2010 at 10:42 AM, Scott O'Bryan darkar...@gmail.com wrote: Please vote on the proposed release of MyFaces Portlet Bridge Master version 4. This version of the bridge master uses version 9 of the myfaces plugin to allow artifacts to be

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Grant Smith
+1 On Tue, Sep 7, 2010 at 9:18 AM, Blake Sullivan blake.sulli...@oracle.comwrote: +1 -- Blake Sullivan On 9/7/10 7:39 AM, Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the first beta release of the Apache MyFaces Trinidad 2.x CORE out. The artifacts are

Re: [VOTE] Trinidad plugins: 2.0.2 release

2010-09-07 Thread Grant Smith
+1 On Tue, Sep 7, 2010 at 9:18 AM, Blake Sullivan blake.sulli...@oracle.comwrote: +1 -- Blake Sullivan On 9/7/10 12:23 AM, Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 2.0.2 release of the Apache MyFaces Trinidad Maven 2 Plugins. This contains more JSF 2.0

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Jakob Korherr
Welcome, Martin! Regards, Jakob 2010/9/7, Blake Sullivan blake.sulli...@oracle.com: Congratulations! -- Blake Sullivan On 9/7/10 8:26 AM, Gerhard wrote: welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Leonardo Uribe
Welcome! Leonardo 2010/9/7 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our community. Please welcome Martin Kočí as the newest MyFaces committer! Ali is an active member of the myfaces community. He started on contributing to Trinidad and

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906906#action_12906906 ] Andrew Robinson commented on TRINIDAD-1906: --- I would vote that this is not a

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Andrew Robinson
-0.5 It appears that the fix for TRINIDAD-1902 has some drawbacks that cause some severe errors. The PseudoFacesContext.getViewRoot() throws an unsupported operation exception when called. It should probably just return null instead as that is what is expected when the view has not be

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906911#action_12906911 ] Matthias Weßendorf commented on TRINIDAD-1906: -- if we decorate f:ajax (or

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906913#action_12906913 ] Andrew Robinson commented on TRINIDAD-1906: --- Note that I sent a question/bug

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Matthias Wessendorf
Ah, ok I see. Thanks for pointing it out! Jakob, can you take over on your fix for Trinidad-1902 ? -Matthias On Tue, Sep 7, 2010 at 8:00 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: -0.5 It appears that the fix for TRINIDAD-1902 has some drawbacks that cause some severe errors.

Re: [VOTE] Release Bridge Master 4

2010-09-07 Thread Matthias Wessendorf
Scott, +1 on the release. We had done lazy consensus votes (see [1]) on poms in the past. So feel free to vote and move on :-) -Matthias [1] http://apache.org/foundation/how-it-works.html#management On Tue, Sep 7, 2010 at 7:49 PM, Grant Smith work.gr...@gmail.com wrote: +1 for the vote +1

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread MAX STARETS
Martin, Congratulations! Great to have you on board. Max On 9/7/2010 10:50 AM, Matthias Wessendorf wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Martin Kočí as the newest MyFaces committer! Ali is an active member of the myfaces community. He

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906916#action_12906916 ] Matthias Weßendorf commented on TRINIDAD-1906: -- as we now speak about

[jira] Commented: (TRINIDAD-1906) Client Validation igonred with f:ajax tag

2010-09-07 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906922#action_12906922 ] Werner Punz commented on TRINIDAD-1906: --- Actually from my knowledge the best bet

[VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.2.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.2.14 artifacts and vote. The release includes fixes and the new casablanca skin.

Re: [VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Matthias Wessendorf
+1 sent from my Android phone On Sep 7, 2010 8:27 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.2.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at

Re: [VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Blake Sullivan
+1 On 9/7/10 11:30 AM, Matthias Wessendorf wrote: +1 sent from my Android phone On Sep 7, 2010 8:27 PM, Matthias Wessendorf mat...@apache.org mailto:mat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.2.x CORE out. The

Re: [VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Udo Schnurpfeil
+1 Regards, Udo Am 07.09.10 20:30, schrieb Matthias Wessendorf: +1 sent from my Android phone On Sep 7, 2010 8:27 PM, Matthias Wessendorf mat...@apache.org mailto:mat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.2.x

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-07 Thread Martin Koci
Hi, it's an honour for me, thanks for inviting me to this great community. Just for curiosity I found this: https://issues.apache.org/jira/browse/MYFACES-1171 - reported by me more than four years ago - time runs so fast! That reminds me: I started with JSF 0.4 EA - do you remember

Re: [VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Grant Smith
+1 On Tue, Sep 7, 2010 at 12:29 PM, Udo Schnurpfeil u...@schnurpfeil.de wrote: +1 Regards, Udo Am 07.09.10 20:30, schrieb Matthias Wessendorf: +1 sent from my Android phone On Sep 7, 2010 8:27 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, I was running the needed

[jira] Created: (TRINIDAD-1907) Trinidad-1902 breaks any code that checks to see if a view root is set on the facet context

2010-09-07 Thread Andrew Robinson (JIRA)
Trinidad-1902 breaks any code that checks to see if a view root is set on the facet context --- Key: TRINIDAD-1907 URL: https://issues.apache.org/jira/browse/TRINIDAD-1907

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-07 Thread Andrew Robinson
Please include the fix: https://issues.apache.org/jira/browse/TRINIDAD-1907 On Tue, Sep 7, 2010 at 12:09 PM, Matthias Wessendorf mat...@apache.org wrote: Ah, ok I see. Thanks for pointing it out! Jakob, can you take over on your fix for Trinidad-1902 ? -Matthias On Tue, Sep 7, 2010 at 8:00

[jira] Resolved: (TRINIDAD-1907) Trinidad-1902 breaks any code that checks to see if a view root is set on the facet context

2010-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1907. --- Fix Version/s: 2.0.0.3-core Resolution: Fixed added sensible method

[jira] Created: (MYFACES-2913) Params inside command sent by ajax are not handled correctly

2010-09-07 Thread Leonardo Uribe (JIRA)
Params inside command sent by ajax are not handled correctly Key: MYFACES-2913 URL: https://issues.apache.org/jira/browse/MYFACES-2913 Project: MyFaces Core Issue Type: Bug

[jira] Resolved: (MYFACES-2913) Params inside command sent by ajax are not handled correctly

2010-09-07 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2913. - Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed Params inside command sent by

[jira] Created: (TOMAHAWK-1548) Allow t:dataScroller to be Ajaxified using f:ajax

2010-09-07 Thread Leonardo Uribe (JIRA)
Allow t:dataScroller to be Ajaxified using f:ajax - Key: TOMAHAWK-1548 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1548 Project: MyFaces Tomahawk Issue Type: Improvement

[jira] Resolved: (TOMAHAWK-1548) Allow t:dataScroller to be Ajaxified using f:ajax

2010-09-07 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved TOMAHAWK-1548. -- Fix Version/s: 1.1.10-SNAPSHOT Resolution: Fixed Allow t:dataScroller to be

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Leonardo Uribe
+1 I'll start to work on some test for ajax using that stuff. regards, Leonardo 2010/9/7 Rudy De Busscher rdebussc...@gmail.com +1 Try to add my 5 or so improvements this weekend. Regards Rudy. On 7 September 2010 11:23, Gerhard gerhard.petra...@gmail.com wrote: +1 regards,

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Leonardo Uribe
Hi How that stuff work? I thought that it was only necessary to run it using maven goals or something like that, but for my surprise it is not. In the documentation left there are no instructions about how to do a simple test helloworld app. regards, Leonardo Uribe 2010/9/7 Leonardo Uribe

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Leonardo Uribe
Hi Ok, it seems it is not tied to maven lifecycle, but runs with eclipse. It says it requires java 1.5 but it is not true, it requires java 1.6. regards, Leonardo 2010/9/7 Leonardo Uribe lu4...@gmail.com Hi How that stuff work? I thought that it was only necessary to run it using maven