Re: many facelets libraries

2006-03-13 Thread Barry Kaplan
Also note that facelets will auto-discover any taglibs using "META-INF/*.taglib.xml", so you don't even need to include these in the web.xml at all. -barry

Re: many facelets libraries

2006-03-13 Thread ::SammyRulez::
thank you. I have read the doc before but somehow I missed it 2006/3/13, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]>: > hmm... try this link > -init> > Seems that the solution is to specify multiple libraries as a > semic

RE: many facelets libraries

2006-03-13 Thread Jesse Alexander \(KBSA 21\)
hmm... try this link Seems that the solution is to specify multiple libraries as a semicolon-separated list: facelets.LIBRARIES A semicolon (;) delimitted list of paths to Facelet tag libraries, re