Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top