I've looked at it briefly. I'll take a close look. Thanks!

On 10/24/05, Markus Joschko <[EMAIL PROTECTED]> wrote:
>
> hi erik,
> I have a deja-vu. Have you looked at the tacos library? It also does
> this (and a lot more), but it is not restricted to regions but can
> repaint every component seperately.
>
> markus
>
> On 10/24/05, Erik Dreyer <[EMAIL PROTECTED]> wrote:
> > Hi Phil,
> >
> > I'm working on a small set of components that do exactly that.
> Basically,
> > like Swing, you have something that creates an event (link, button, etc)
> and
> > a registered listener for that event. You also have a list of Regions
> (new
> > component) that will repaint based on the results of that event. Regions
> are
> > special components that capture their body (innerHTML) for transmission
> back
> > to the client where a simple script sets the innerHTML of the registered
> > Region elements.
> >
> > It is very close to ready. I'll post them on this list soon.
> >
> > --Erik
> >
> > On 10/24/05, Phil Ulrich <[EMAIL PROTECTED]> wrote:
> > >
> > > Is there any way to force a single component to re-render itself?
> > > Right now I have a DirectLink that, when clicked, changes the source
> > > binding of a Table component. (Well, actually, it changes the contents
> > > of the object that the source is bound to.) However, I've tried a
> > > number of different methods, but it doesn't seem like after that step
> > > anything that I call will force the Table to render itself with the
> > > new source contents. Does anyone know a way of doing this?
> > >
> > > Thanks,
> > > Phil
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to