• 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

composite component

 
Greenhorn
Posts: 28
jQuery Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

When is was trying to run my composite component example:

I have a index.xhtml:


And a composite component out.xhtml:


Somehow my browser only shows:

And Inspecting elements with firefox does show the rest of the code only in index.html. There is no representation of every element starting with <h:
What am i doing wrong?
The import is correct Netbeans gives no errors.



Screen-Shot-2015-02-04-at-12.59.27-PM.png
[Thumbnail for Screen-Shot-2015-02-04-at-12.59.27-PM.png]
Screen-Shot-2015-02-04-at-1.18.08-PM.png
[Thumbnail for Screen-Shot-2015-02-04-at-1.18.08-PM.png]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic