Nice .. Thanks for all the replies ?.
I saw the facelet tag example but have one doubt: How do I represent a div html tag
similar to the nbsp showed there? Would it be something like this?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
<f:verbatim>??? What goes here? ???</f:verbatim>
</ui:composition>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998331#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...