.html -> .xhtml

This commit is contained in:
Keith Donald
2008-03-05 01:20:12 +00:00
parent 8f3dd2acf7
commit cb53b5c088

View File

@@ -622,7 +622,7 @@ public class XmlFlowBuilder extends AbstractFlowBuilder implements ResourceHolde
// TODO - make configurable
private String createViewId(String viewStateId) {
return viewStateId + ".html";
return viewStateId + ".xhtml";
}
private Action[] parseRenderActions(Element element) {