include?
Hi!
I've made a menu fragment page which I would like to include in some pages. I've used jsf for the jspf and in the pages which I will include the menu page in.
The problem is that I cannot get it to work. I use jsp:include and f:subview. The menu page fragment is included but not rendered, I can see the source is included but not evaluated that is.
Please help me! Are you supposed to do this differently when you develop a jsf application than a standard jsp application perhaps?
/Leo

