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 and invoke decode on this, if found. Should be easy to implement something like this in the PPRPhaseListener for aliasScope, a bit more complicated for aliasBean.
Regards, Volker 2007/4/25, Ernst Fastl <[EMAIL PROTECTED]>:
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 alias-been I would guess that is caused by the fact that this part of the page is not rendered - cannot think of a quick solution for that one - any ideas? regards Ernst On 4/25/07, Gerald Müllan <[EMAIL PROTECTED]> wrote: > 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 alias bean variables does not work. I actually had > no time to take a deeper look into this, but i wouldn`t say this is > kind of a blocker issue for promotion to tomahawk. > > cheers, > > Gerald > > On 4/25/07, Ernst Fastl <[EMAIL PROTECTED]> wrote: > > 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 it is ready for promotion. > > Where can the general requirements for graduation be found? > > > > > > On 4/24/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > 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 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 > > > > > "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: http://jroller.com/page/mwessendorf > > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > > > > > > -- > > > > Dennis Byrne > > > > > > > > > -- > > > Matthias Wessendorf > > > http://tinyurl.com/fmywh > > > > > > further stuff: > > > blog: http://jroller.com/page/mwessendorf > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > -- > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces >
