TrainBeaser for iPhone
The moose likes JSF and the fly likes including a jsf page within another jsf page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "including a jsf page within another jsf page" Watch "including a jsf page within another jsf page" New topic
Author

including a jsf page within another jsf page

Marembo Ochieng'
Greenhorn

Joined: Sep 12, 2009
Posts: 19
I am Trying to include the header.jsp page within the home.jsp. it does not work and gives me an IllegalStateException . The code is as follows:
Header.jsp

home.jsp

The error is as follows:



i'll really appreciate the help
Marembo Ochieng'
Greenhorn

Joined: Sep 12, 2009
Posts: 19
Hey guys, thanks i but i think i have solved the problem.
I simply removed all the other codes in the header.jsp and remained with the following:


I will really appreciate if someone would tell me why it worked by simply removing the pre-headers that already existed in the home.jsp
 
 
subject: including a jsf page within another jsf page
 
developer file tools