[jboss-user] [JBoss Seam] - Re: JSF Composition Components with Seam

nhpvti do-not-reply at jboss.com
Thu May 17 07:09:28 EDT 2007


"fernando_jmt" wrote : I have this in my web.xml:
  | 
  | 
  |   | <context-param>
  |   |         <param-name>facelets.LIBRARIES</param-name>
  |   |         <param-value>
  |   |             /WEB-INF/facelets/myapp.taglib.xml
  |   |         </param-value>
  |   |     </context-param>
  |   | 
  | 
  | ...
  | 

Finally I moved all my component stuff into /view/component/ and everything works as well :-)


  | <context-param>
  |         <param-name>facelets.LIBRARIES</param-name>
  |         <param-value>
  |             /component/myapp.taglib.xml
  |         </param-value>
  |     </context-param>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046447#4046447

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046447



More information about the jboss-user mailing list