3 Replies Latest reply on Jul 1, 2007 6:21 PM by naseem.k

    Need help in xhtml file

    naseem.k

      Hi,

      I am using JBoss jBPM 3.2.GA. In that xhtml files are used for rendering the contents to the end user.

      Now I want to use jstl tags in the xhtml file but I don't know how to use the same say <c:out tag.

      Similarly I tried using struts tag like <bean:write in the xhtml file. What I did so far is I have specified its tld in the xmlns attribute as below:

      <ui:composition
       xmlns="http://www.w3.org/1999/xhtml"
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
       xmlns:ui="http://java.sun.com/jsf/facelets"
       xmlns:jbpm="http://jbpm.org/jsf"
       xmlns:bean="/tlds/struts-bean.tld"
       template="../common/template.xhtml"
      >
      


      And also it did not work. For all the struts tag, I have its tld file. I am not sure about using tld file in the xmlns of the xhtml file.

      This xhtml file is realy making my life hell. In fact in 3.2.1 version of jbpm, JSP was used where I can easliy make java call by simple scriptlets. :)

      Rgds,