Webaction : evaluating the filename argument of clp_include clp function

"RATTIER Jacques RD-CORE-ISS" <[email protected]> Fri, 25 Feb 2005 14:23:37 +0100
Newsgroups gmane.lisp.open-source.franz
Message-ID <429B23056C84A54BBE91FE41452E17D2022542B9@FTRDMEL2.rd.francetelecom.fr>
Hello,
Can someone help me in this WebAction problem: 
In a Webaction clp page I'm using 
<clp_include name="filename"/>
But the file name I want to use is stored in a web session variable
(websession-variable (websession-from-req req) "file-name")

If I use <clp_include name=<clp_value name="file-name" session/>/>
It doesn't work

Thanks
Jacques