Included JSP/JSF page did not get rendered on the main page of JSF

Hello

I have a main JSF Page in which I have 2 pages included JSF.
A JSF page has only an image and other JSF page has some data read from VO.

When I run the main JSF page, the image gets displayed (first JSF included) but not the content of the second JSF page.

When I run the second (page embedded JSF) individually, it shows the data of the VO.

The two JSF pages are included with < jsp: include > tag.

I missed something?

Thanks for any help.
Sameer

Hello

When you use jsp: including, the contents of the page fragment link container must be added to the parent PageDef file.

Frank

Tags: Java

Similar Questions

Maybe you are looking for