• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Hoto include JSP page in JSF

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI

I am trying to include jsp page in jsf:


But when i try to run my page it gives me following error:

java.io.IOException: Illegal to flush within a custom tag

Can you please suggest me that what should i do.

Thanks
Ram
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ram gaurav:





Hi Ram,

1. I am bit surprised that <f:subview> is working at your end. As far as I remember, f:subview is supposed to have "id" as a mandatory field (SUN JSF RI v1.1).

2. Other than that, what you have done is correct to include a JSP page. Can you paste the page directives you have used in header.jsp?
reply
    Bookmark Topic Watch Topic
  • New Topic