Hello,
I have JSF page: root.jsp that contains some JSF tags and includes
other JSF pages using JSTL:import tag. These pages are rendered okay
but decode method is never called! First I thought this was happening
because of my own component (maybe I forgot something) but I inserted
standard components and got the same result!
Is this a bug or import/include cannot be used? Used night build
2005-01-28.
import:
<f:subview id="body"><c:import
url="${sessionScope.globalState.currentMenuItemValue}"/></f:subview>
With regards,
Pavel Krupets
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net