0

I have a CFWINDOW which displays multiple drop downs that are binded to respective data fetch methods inside a cfc. However the content pulled by these methods are being updated and created simultaneosly in different page. I want the chae to be reflected in my CFWINDOW each time I show/hide my cfwindow.

4

1 回答 1

0

Please use the attribute " refreshOnShow = "false|true" in cfwindow tag. It will fetch the latest record of yours.

于 2011-05-04T11:42:48.363 回答