hi,
can someone help me in this ?
what i'm trying to achieve is :
when i click to a value in column1, or any other column, (which is already af:link) i want to pass that value as parameter to a view object,which i want to show in popup window
now,
this is a bit different, from a default popup window behavior, means that in 99% popup window is using same viewobject as table, and popup have some more information,that is not shown in table.
in this case, my table and popup, use totally different viewobject.
i've tried with SetPropertyListener, but my popup comes empty.
i found something about popupFetchListener, but i don't know how to write method....