hi ronald, this is XHTML code for a node,plese suggest whether I have edit it or not
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > | | <!-- the DOCTYPE means we are required to use html for a root element --> | <html xmlns="http://www.w3.org/1999/xhtml" | xmlns:ui="http://java.sun.com/jsf/facelets" | xmlns:c="http://java.sun.com/jstl/core" | xmlns:h="http://java.sun.com/jsf/html" | xmlns:f="http://java.sun.com/jsf/core" | xmlns:tf="http://jbpm.org/jsf/tf" | xmlns:jbpm="http://jbpm.org/jsf"> | | <ui:component> | | <jbpm:dataform> | | <f:facet name="header"> | <h:outputText value="#{taskName}"/> | </f:facet> | | <!-- TASKFORM ROWS --> | | <jbpm:datacell> | <f:facet name="header"> | <h:outputText value="Actions"/> | </f:facet> | <!-- TASKFORM BUTTONS --> | <tf:saveButton value="Save"/> | <tf:cancelButton value="Cancel"/> | <tf:transitionButton transition="Done" value="Done"/> | </jbpm:datacell> | | </jbpm:dataform> | | </ui:component> | | </html> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122041#4122041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122041 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
