The error could be raised in classes (Mojarra)
com.sun.faces.application.ViewHandlerImpl
or com.sun.faces.application.MultipleViewHandlerImpl
in method:
public String getActionURL(FacesContext context, String viewId){ ... if (viewId.charAt(0) != '/') { // The error will be raised HERE } ... }
No comments:
Post a Comment