Hello,
I am new to orbeon xforms. I am having 2 xpl files. one fetches the data from the database and another invokes the java processor.
How to get both xpls loaded when my application is started.
Is it possible to use xforms-ready. I am getting xml node from the javaprocessor and prints in the list-records-view.xhtml
My page-flow.xml is
Here how do include javaprocessor xpl such that the list-records-action.xpl, javapro-records-action.xpl invoke simultaneously because i want to get the records from database by list-records-action.xpl and xmlnodes from
javapro-records-action.xpl into the list-records-view.xhtml
<page id="SystemConfiguration-home" path-info="/"
model="SystemConfiguration/list-records-action.xpl" view="SystemConfiguration/list-records-view.xhtml "> <setvalue ref="/parameters/configid" parameter="configid"/> </page>
Any one please help me without fail. I am waiting for your reply.
Thanks in advance.
Bye
-- 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 |
Does one of your pipelines depend on the other? If so, you could just
call one from the other using the oxf:pipeline processor. If neither really depend on the other, you could create a third pipeline to read each of your XPL files and then use either an XSLT transformation or an identity processor to use the aggregate function to combine the two instances together before returning it. If this doesn't help, I'll probably need more information about what you're trying to accomplish. --- Daniel E. Renfer http://kronkltd.net/ Senthil vel wrote: > Hello, > I am new to orbeon xforms. I am having 2 xpl files. one fetches the > data from the database and another invokes the java processor. > How to get both xpls loaded when my application is started. > Is it possible to use xforms-ready. I am getting xml node from the > javaprocessor and prints in the list-records-view.xhtml > > > My page-flow.xml is > > Here how do include javaprocessor xpl such that > the list-records-action.xpl, javapro-records-action.xpl invoke > simultaneously because i want to get the records from database by > list-records-action.xpl and xmlnodes from javapro-records-action.xpl > into the list-records-view.xhtml > > > <page id="SystemConfiguration-home" path-info="/" > model="SystemConfiguration/list-records-action.xpl" > view="SystemConfiguration/list-records-view.xhtml "> > <setvalue ref="/parameters/configid" parameter="configid"/> > > </page> > > > Any one please help me without fail. I am waiting for your reply. > > Thanks in advance. > Bye -- 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 signature.asc (258 bytes) Download Attachment |
Free forum by Nabble | Edit this page |