Hi all:
The code generated by seam new-scaffold has a bug in the faces taglib url
The correct one is
xmlns:f="http://java.sun.com/jsf/core"
But (for example in the home.xhtml file under xx/view/ folder the generated code is
<!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:s="http://jboss.com/products/seam/taglib"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf"
xmlns:h="http://java.sun.com/jsf/html">
This makes i18n tagllibs, for example, not usable (these tags are rendered to html and not
parsed correctly)
I've tried to raise a bug under jira, but i dont'n know where ??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967462#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...