• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling XHTML page in jsp.

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

I am working on jsf right now and come across a strange problem.
I have developed custom tags in the jsf.

The custom tags are developed and are being used as the XHML pages and they are working fine.
One of my file using custom tag is as follows:


</html>

They are working fine but when i am calling these pages in some jsp pages by using any one of the following :




It is not working means its showing the blank page. In the view source page i saw that custom tags are not converting into the html they are coming as it is. But if i try to execute those XHTML pages separately they are changing to html successfully and producing the output.
Please anybody has any idea how to do this?

Regards,
Would you please give me some idea why this is happening?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic