Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

javascript rendering properly with jsf

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two JSF jsp pages. One of them is a template.(template.jspx) One of them is header.(header.jsp) The template, basically just has a <jsp:includes page="header.jsp> tag. The header has jsf and html tags that work in conjunction with the javascript to render the menu properly. If I run header.jsp page standalone(minus the <f:subview id="header> tag of course) the menu will render perfectly. If, I run template.jspx(which as i explained earlier calls header.jsp with the<jsp:includes page="header.jsp> tag), the menu is displayed as text links. Any help would be great. Thanks.

Daniel
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic