JSF Tags must be closed within the same file
Don't open a JSF tag and close it in a separate include file. It doesn't work because the XML won't validate, so don't try it! You will get an error like this:
The end tag "</f:view" is unbalanced
« Interationalized text jumble | Main | Peter's image hover question »
Don't open a JSF tag and close it in a separate include file. It doesn't work because the XML won't validate, so don't try it! You will get an error like this:
The end tag "</f:view" is unbalanced
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)
Comments
test
Posted by: winona | August 26, 2006 12:51 AM