Adam,

Just looking at the partial triggers and it looks very cool.  I agree, it would be a good thing across the board in all non standard components, a killer feature. 

Though, I wonder if the partial trigger concept with just updating other components would be sufficient for all types of actions that someone might want to implement?

Travis

On 3/20/06, Adam Winer <[EMAIL PROTECTED]> wrote:
Travis,

Check out the "partialTriggers" attribute on the ADF components.
Also the AdfFacesContext.addPartialTarget() method.  These'd
be good things to apply to MyFaces as a whole.  One of the
more important features of ADF is that we don't require
target components to know anything about AJAX at all, or
to be enclosed in any sort of "AJAX zone" component - so you
can redraw any component.  As long as they follow some standard
best practices for using the ResponseWriter, it just works.

-- Adam



On 3/20/06, Jacob Hookom <[EMAIL PROTECTED]> wrote:
> A lot of this is occurring with JSF 1.2 and the Avatar proposal for
> partial processing of the component tree.
>
> Oracle's ADF components too have the concept of triggers/observers today.
>
>
>
> Travis Reeder wrote:
>
> > Hi all,
> >
> > Been a bit out of the loop for the past few weeks, I am just wondering
> > if there has been much going on with the ajax sandbox components?
> > There was talk of making them dojo'd ;), so just wondering if that has
> > happened.
> >
> > The next step I would like to take is to make it so that multiple
> > components can be submitted at the same time so instead of having
> > "affectedAjaxComponent", it could have a full post with an entire form.
> >
> > And after that, I would like to have it be able to kick off events on
> > other components on the client side so you can update UI elements as
> > required.  Currently, it will update a message tag if an error occurs,
> > but need similar behaviour for not message tags.
> >
> > Simple example:
> > form1:inputText1 gets submitted via ajax with a command button.
> > divA gets notified of the successful event and then itself calls an
> > ajax method to get updated content.
> >
> > I'm not quite sure how this should work yet, so if anyone has thoughts
> > on this, I'd love to hear it.  I'm thinking a component could register
> > itself as a listener on another component.
> >
> > Travis
> >
>
>
> --
> --------------------------
> Sent from my FrankenBerry Wireless Handheld
>
>

Reply via email to