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.
Asked
Active
Viewed 531 times
1 Answers
0
Please use the attribute " refreshOnShow = "false|true" in cfwindow tag. It will fetch the latest record of yours.

Arasu
- 132
- 9
-
window contents – Arasu May 04 '11 at 11:44