Hello, I am using Beehive Controller framework in a JSF application. I have an Index.jsp (JSF) page that includes Header.jsp (Another JSF). I have a backing bean each for both the JSF pages with names Index.java and Header.java. But Since the Header.jsp is an included page , using the 'backing' context from the Header.JSP always refers to Index.java which is the backing bean for Index.jsp .
Is this an issue , or Am I missing something. Pls advice.. Thanks Raj
