jsf放置了一段时间,今天重新拾起。
发现了一个怪问题:使用facelet的时候,布局中涉及中文,总是报“Invalid path”异常。如:
inputname.xhtml @5,44 <ui:composition template="/templates/sample-layout.xhtml"> Invalid path : /templates/sample-layout.xhtml
闹不清楚怎么回事,突然想起以前使用jsf的时候,把xhtm文件的编码格式全部设置为UTF-8的格式,难道是编码的原因??
在xhtm文件的root节点下 设置<?xml version="1.0" encoding="GBK"?>,试运行,成功!!