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.

Yoosaf Abdulla
  • 3,722
  • 4
  • 31
  • 34

1 Answers1

0

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

Arasu
  • 132
  • 9