hi everyone,


Can we use expression in constructor arg for example

Code:
<constructor-arg expression="@httpChannel.getFilename()" />
If this is not allowed can anyone help me wat other approch i can follow to pass a filename to a constructor and the filename has to be genarated dynamically .

Thanks

Adarsh