MMBase

If x:parse is called before editwizards, then the editwizards don't work.

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.9.5
  • Fix Version/s: 1.9.6
  • Component/s: Editwizards
  • Description:
    Hide
    java.lang.RuntimeException:

    java.lang.RuntimeException: Given xpath '//blocks' compiled to null
            at org.mmbase.applications.editwizard.Utils.getExpression(Utils.java:670)
            at org.mmbase.applications.editwizard.Utils.evaluateXPath(Utils.java:693)
            at org.mmbase.applications.editwizard.Utils.selectNodeList(Utils.java:736)
            at org.mmbase.applications.editwizard.Wizard.resolveIncludes(Wizard.java:1187)
            at org.mmbase.applications.editwizard.Wizard.loadSchema(Wizard.java:1153)
            at org.mmbase.applications.editwizard.Wizard.loadWizard(Wizard.java:417)
            at org.mmbase.applications.editwizard.Wizard.initialize(Wizard.java:227)
            at org.mmbase.applications.editwizard.Wizard.<init>(Wizard.java:181)
            at org.apache.jsp.mmbase.edit.wizard.jsp.list_jsp._jspService(list_jsp.java:596)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:68)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)


    This is caused by http://java.net/jira/browse/JSTL-1
    Show
    java.lang.RuntimeException: java.lang.RuntimeException: Given xpath '//blocks' compiled to null         at org.mmbase.applications.editwizard.Utils.getExpression(Utils.java:670)         at org.mmbase.applications.editwizard.Utils.evaluateXPath(Utils.java:693)         at org.mmbase.applications.editwizard.Utils.selectNodeList(Utils.java:736)         at org.mmbase.applications.editwizard.Wizard.resolveIncludes(Wizard.java:1187)         at org.mmbase.applications.editwizard.Wizard.loadSchema(Wizard.java:1153)         at org.mmbase.applications.editwizard.Wizard.loadWizard(Wizard.java:417)         at org.mmbase.applications.editwizard.Wizard.initialize(Wizard.java:227)         at org.mmbase.applications.editwizard.Wizard.<init>(Wizard.java:181)         at org.apache.jsp.mmbase.edit.wizard.jsp.list_jsp._jspService(list_jsp.java:596)         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:68)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) This is caused by http://java.net/jira/browse/JSTL-1

Activity

People

Dates

  • Created:
    2011-01-24 18:03
    Updated:
    2011-01-24 18:06
    Resolved:
    2011-01-24 18:06