[jira] Created: (TOMAHAWK-1218) ClassCastException in PPRPhaseListener when submitting out of a dataTable

2008-03-27 Thread Ernst Fastl (JIRA)
ClassCastException in PPRPhaseListener when submitting out of a dataTable - Key: TOMAHAWK-1218 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1218 Project: MyFaces Tomahawk

[jira] Resolved: (TOMAHAWK-1218) ClassCastException in PPRPhaseListener when submitting out of a dataTable

2008-03-27 Thread Ernst Fastl (JIRA)
ClassCastException in PPRPhaseListener when submitting out of a dataTable - Key: TOMAHAWK-1218 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1218 Project: MyFaces Tomahawk Issue

Re: PPRPhaseListener

2007-04-26 Thread Ernst Fastl
Hi, The PPRPhaseListener is called before RenderResponse so in my understanding decode should have been called normally on all components. The only thing ommited is the normal rendering. Rather the PPRPhaseListener seeks the affected components based on their clientIds calls the encodeMethods

Re: PPRPhaseListener

2007-04-26 Thread Gerald Müllan
Well, i had a quick look with a dataTable where the value corresponds to a aliasBean alias which references a list of objects. In the PPRPhaseListener the dataTable has been seeked correctly (and the main tags rendered out), but during rendering its children the amount is 0. I believe

Re: PPRPhaseListener

2007-04-26 Thread Ernst Fastl
Shure see you there soon, I'm confident that we'll be able to find a solution. greez Ernst On 4/26/07, Gerald Müllan [EMAIL PROTECTED] wrote: Well, i had a quick look with a dataTable where the value corresponds to a aliasBean alias which references a list of objects. In the PPRPhaseListener

Re: PPRPhaseListener

2007-04-25 Thread Gerald Müllan
Hi, you can take a look at the promotion requirements in the wiki: http://wiki.apache.org/myfaces/promotion One other issue i have observed; Using ppr in combination with an aliasBean causes the component to fail the variable lookup. This is because of scoping of the alias. So, using ppr with

Re: PPRPhaseListener

2007-04-25 Thread Ernst Fastl
Thaks for the info, following stuff is missing: -JavaDoc - I'll write that together with the bugfix of https://issues.apache.org/jira/browse/TOMAHAWK-969 -testing with RI - hopefully I'll also find time for this -testcase - how would junit test an AJAX component? regarding the issue with the

Re: PPRPhaseListener

2007-04-25 Thread Volker Weber
Hi, i don't know how the PPRPhaseListener works, but i think the problem with the aliasBean is the same as with updateing a component inside of a UIData. In the TobagoLifecycle we climb up the viewTree from the 'affectedAjaxComponent' (we should rename this parameter) to search for a UIData

PPRPhaseListener

2007-04-24 Thread Matthias Wessendorf
Is there any reason for not making it part of the AJAX api ? The AjaxDecodePhaseListener is also part of the package org.apache.myfaces.custom.ajax.api One more, can we make the package named org.apache.myfaces.ajax.api -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog:

Re: PPRPhaseListener

2007-04-24 Thread Dennis Byrne
What do you guys think the chances are of moving this into the next Tomahawk release? On 4/24/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Is there any reason for not making it part of the AJAX api ? The AjaxDecodePhaseListener is also part of the package

Re: PPRPhaseListener

2007-04-24 Thread Matthias Wessendorf
Why not. Ernst, do you think it is stable ? Are all requirements fulfilled for a possible graduation of that component ? -Matthias On 4/24/07, Dennis Byrne [EMAIL PROTECTED] wrote: What do you guys think the chances are of moving this into the next Tomahawk release? On 4/24/07, Matthias

Re: PPRPhaseListener

2007-04-24 Thread Ernst Fastl
There is one issue I'd like to sort out before that: https://issues.apache.org/jira/browse/TOMAHAWK-969 I hope I'll find time to do that on the weekend or next week during the con. other than that since I'm using the PPRPanelGroup sucessfully in 2 projects for 8 months now I have the feeling