[jboss-user] [JBoss jBPM] - Re: Why my jbpm-console does not recognize jbpm4jsf
pedroluppi
do-not-reply at jboss.com
Tue Dec 18 22:27:26 EST 2007
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
More information about the jboss-user
mailing list