[jboss-user] [JBoss jBPM] - Need help in xhtml file

naseem.k do-not-reply at jboss.com
Fri Jun 29 01:59:17 EDT 2007


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,



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

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



More information about the jboss-user mailing list