Its hard to say without looking at the code -
keep in mind the cycle :
page render -> stop
user click -> page rewind -> directLink listener does its work ->
  page renders again.

if between the rewind and the render you set the source to the original value, then it will not work,
so...
if you have a binding to the table source, and you set table.setSource(...) in your directLink listener, well, I don't think it will work.

But again - Its hard to see from your post...
Cheers,
Ron




ציטוט Phil Ulrich:
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