I have this jbpm.taglib.xml:

<?xml version="1.0"?>
  | 
  | <!DOCTYPE facelet-taglib PUBLIC
  |   "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
  |   "http://java.sun.com/dtd/facelet-taglib_1_0.dtd";>
  | 
  | <facelet-taglib>
  | 
  |   <namespace>http://jbpm.org/jsf</namespace>
  | 
  |   <tag>
  |     <tag-name>processImage</tag-name>
  |     <component>
  |       <component-type>org.jbpm.webapp.ui.ProcessImage</component-type>
  |     </component>
  |   </tag>
  | 
  |   <tag>
  |     <tag-name>box</tag-name>
  |     <component>
  |       <component-type>org.jbpm.webapp.ui.Box</component-type>
  |     </component>
  |   </tag>
  | 
  |   <tag>
  |     <tag-name>interval</tag-name>
  |     <component>
  |       <component-type>org.jbpm.webapp.ui.Interval</component-type>
  |     </component>
  |   </tag>
  | 
  | </facelet-taglib>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114051
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to