• 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

Mutiple web app in jsf

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using jboss 3.2.6, for building jsf app. It is having mutiple webprojects(MyJsf,JsfDemo etc) in same project.
For every project different faces-config.xml is available.
I want to write custom navigation-handle, for some particular app(Like only for MyJsf)
<navigation-handler>MyJSF.StartupPageChooser</navigation-handler>
How to specify that.

I specified in one custom-faces-config.xml
like this
<application>
<navigation-handler>MyJSF.StartupPageChooser</navigation-handler>
</application>

, but it is affecting all the application.
I checked that in debug mode by keeping breakpoint.





 
shambhu kumar
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually in one webproject, faces-configs are spiltted into many faces-config-files.

I want to restrict my custom navigation-handler to use for particular navigation. Is it possiblejavascript:emoticon('');
Can any one help me for this.
Thanks in advance.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic