Question about ShaleViewRoot

2007-06-04 Thread mario.buonopane
In faces-config.xml distributed with shale-view.jar there is the
definition of ShaleViewRoot component:

  component-typejavax.faces.ViewRoot/component-type

 
component-classorg.apache.shale.view.faces.ShaleViewRoot/component-cl
ass

 

But I have a question about the jsf mechanisms:

 

If in my WEB-INF/lib I have two jars with faces-config.xml distributed
in META-INF directory, each of one define javax.faces.ViewRoot component
type, witch is the component setted? Depends on the classloader order
used to load the jars? 

 

 

 

Mario Buonopane

 



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.


Re: Question about ShaleViewRoot

2007-06-04 Thread Gary VanMatre
From: [EMAIL PROTECTED] 

 In faces-config.xml distributed with shale-view.jar there is the 
 definition of ShaleViewRoot component: 
 
 component-typejavax.faces.ViewRoot/component-type
   
 component-classorg.apache.shale.view.faces.ShaleViewRoot/component-class
 
 
 But I have a question about the jsf mechanisms: 
 
 
 If in my WEB-INF/lib I have two jars with faces-config.xml distributed 
 in META-INF directory, each of one define javax.faces.ViewRoot component 
 type, witch is the component setted? Depends on the classloader order 
 used to load the jars? 
 
 


Answered this question on the myfaces list:

http://www.nabble.com/Qeestion-about-jsf-tf3864849.html


 
 
 
 
 
 Mario Buonopane 
 
 
 

Gary