Hi there,
after I switched to the ops.jar from the cvs HEAD version, I experienced the following error: from my page-flow: <page path-info="/main"><action><result page="home" instance-passing="redirect"/></action></page> <page id="home" path-info="/main/" model="/main/page-flow.xml" view="/main/page-flow-view.xsl"/> so I use an xsl as the view, that uses the page-flow definition as a model (to produce a dynamic link list for all current path-infos). with the old orbeon.jar (3.0.beta2.200507191809) every thing is OK. But switching to HEAD (3.0.beta3.200511281231) brings up: org.orbeon.oxf.common.ValidationException XPL view must have a 'data' output on org.orbeon.oxf.processor.pipeline.PipelineProcessor$11 run PipelineProcessor.java 652 did I miss something maybe regarding the latest page-flow syntax? :olli -- ----------------------- oliver charlet software development 11-041 Olsztyn, Poland [hidden email] ----------------------- -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Oliver Charlet wrote:
> Hi there, > > after I switched to the ops.jar from the cvs HEAD version, I experienced > the following error: > > from my page-flow: > > <page path-info="/main"><action><result page="home" > instance-passing="redirect"/></action></page> > <page id="home" path-info="/main/" model="/main/page-flow.xml" > view="/main/page-flow-view.xsl"/> > > so I use an xsl as the view, that uses the page-flow definition as a > model (to produce a dynamic link list for all current path-infos). > > with the old orbeon.jar (3.0.beta2.200507191809) every thing is OK. But > switching to HEAD (3.0.beta3.200511281231) brings up: > org.orbeon.oxf.common.ValidationException > XPL view must have a 'data' output > on org.orbeon.oxf.processor.pipeline.PipelineProcessor$11 run > PipelineProcessor.java 652 > > did I miss something maybe regarding the latest page-flow syntax? There should not be anything changed in the supported syntax. The lines you are showing there do not appear to have an XPL view, however the error message you are seeing really should only appear when you have an XPL view. Do you have other <page> elements in your page flow which could cause the problem? -Erik -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |