It may work... can I ask why you are designing things this way? It seems a bit odd to me to add another level of abstraction on page navigation: an expression that resolve to a string that is matched against navigation rules that finally defines a view (!)
Cosma 2006/7/31, Matthias Fischer <[EMAIL PROTECTED]>:
> 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).. That's what I suppose. So JSTL EL should solve it as we have no method bindings here...

