I think that the problem is that, if EL is found in the action
attribute, JSF tries to use it as an action method (it attemps to
"call" it)..
2006/7/31, Matthias Fischer <[EMAIL PROTECTED]>:
> 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