• 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

@ManagedProperty and <ui:include> not working as expected

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help me for this scenario, i have managedBean1 (application related to admin functionality), managedBean2 (application related to user search functionality) of two different applications and also managedBean1.xhtml ( Admin page ) and managedBean2.xhtml ( User Search page ). I want to include the managedBean2.xhtml file into managedBean1.xhtml file using <ui:include src="/managedBean2.xhtml"></ui:include>. Consider both applications deployed into Application Server ( Ex: weblogic/websphere/Jboss ). Now i need to get the functionalities of managedBean2 (usersearch functionality into admin application) into managedBean1.

Could you please help me out here ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic