> I wanted to create a command button like <h: commandButton action="
> #{session.foo}" ...
>
Hi,
I have not tried that yet, neither do I know why it should not work. But
I think the JSTL EL could solve this problem.
Try to use ${session.foo} instead and let me know whether it works, please.
Kind regards
Matthias

