All,
I am attempting to render some html using xforms:output with mediatype="text/html", getting part of the content from an instance. Here is my code: <xforms:output value="concat('<applet code=', '"', ' org.cruk.aspic.editor.api.applet.Jung.class', '" archive=', '"', 'jar/applet.jar,jar/colt.jar,jar/commons-collections-3.2.jar,jar/engine.jar,jar/jaxen-1.1-beta-10.jar,jar/jdom.jar,jar/jung-1.7.4.jar,jar/commons- cli-1.0.jar', '" width=', '"', '600', '" code=', '"', 'org.cruk.aspic.editor.api.applet.Jung.class', '" height=', '"', '600', '"><param name=', '"', 'query', '" value=', '"', instance('test-expression')/aspic:input/aspic:expression, '"/><param name=', '"', 'knowledgebase', '" value=', '"', instance('knowledgebase')/aspic:serialized, '"/></applet>')" mediatype="text/html"/> The 'knowledgebase' instance is updated asynchronosly on the page. My problem is that as the 'knowledgebase' instance gets updated, the xforms:output element seems not to be. Am I doing something wrong here? -- 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
|
Henrik Pettersen wrote:
> All, > > I am attempting to render some html using xforms:output with > mediatype="text/html", getting part of the content from an instance. > Here is my code: > > <xforms:output value="concat('<applet code=', '"', ' > org.cruk.aspic.editor.api.applet.Jung.class', '" archive=', '"', > 'jar/applet.jar,jar/colt.jar,jar/commons-collections-3.2.jar,jar/engine.jar,jar/jaxen-1.1-beta-10.jar,jar/jdom.jar,jar/jung-1.7.4.jar,jar/commons- > cli-1.0.jar', '" width=', '"', '600', '" code=', '"', > 'org.cruk.aspic.editor.api.applet.Jung.class', '" height=', '"', > '600', '"><param name=', '"', 'query', '" value=', > '"', instance('test-expression')/aspic:input/aspic:expression, > '"/><param name=', '"', 'knowledgebase', '" value=', > '"', instance('knowledgebase')/aspic:serialized, > '"/></applet>')" mediatype="text/html"/> > > The 'knowledgebase' instance is updated asynchronosly on the page. > > My problem is that as the 'knowledgebase' instance gets updated, the > xforms:output element seems not to be. Am I doing something wrong here? reproducible case for the sandbox? -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |