« Interationalized text jumble | Home | Flickr - now with geotagging! »

August 25, 2006

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

1 Comment

test