[jboss-dev-forums] [Design of JBoss jBPM] - Re: Web console changes - IMPORTANT
david.lloyd@jboss.com
do-not-reply at jboss.com
Mon Jan 29 15:24:29 EST 2007
Facelets does not do this. It passes the xhtml on verbatim. Some web browsers will accept this, but firefox 2.0 will give you an XML validation error. IE just ignores those elements I think (IE does not have xhtml support so it just treats it like HTML 4.01).
The task form generation uses the facelets include mechanism just like it did before.
By using the proper root element and not relying on filtering, it guarantees the best compatibility for user applications.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007982#4007982
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007982
More information about the jboss-dev-forums
mailing list