Balaji Saranathan wrote:

Hi,

Can anyone explain me or point to an explanation of how the resources are read from the jar files in MyFaces Components. I see this line added to the rendered HTML page in front of the resources… what is the significance of this?

"/faces/myFacesExtensionResource"

Thanks
Balaji

Simple... via a classloader, the classloader usually takes the existing classpath as root of the path and then goes up... if the jar is in the classloader then you have it in your search path.

Werner

Reply via email to