Hi everyone !
I'm pretty new to Orbeon. I installed beta version 3.5. I developed an application with it. But I want my application runs without being embedded inside the portal with the selection menu of example appz. I try to figure out with the page-flow.xml but i can't find a solution. can somebody helps me ? Thanks in advance. Didier Mounoud -- 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 |
Didier,
I will have to refer to the latest build, because things have changed a bit from the first 3.5 beta: http://forge.objectweb.org/nightlybuilds/ops/ You can, for instance, expand the war file, then make changes to web.xml (under Tomcat), to the parameter oxf.resources.priority.1.oxf.resources.filesystem.sandbox-directory Anyway, once you have things deployed, you can replace/edit page-flow.xml. Finally, to answer your question... you will need to edit or replace the epilogue handler referred to at the bottom of page-flow.xml: <epilogue url="/config/epilogue.xpl"/> What I do for now, is edit the file config/epilogue-servlet.xpl. On about line 50 you will see a <p:when> that chooses the theme applied. If the "theme-plain.xsl" is applied, you will not get the Orbeon portal theme.: <p:processor name="oxf:unsafe-xslt"> <p:input name="data" href="#xformed-data"/> <p:input name="request" href="#request"/> <p:input name="config" href="theme-plain.xsl"/> <p:output name="data" id="themed-data"/> </p:processor> In short, commenting out a few lines in this file is one way to avoid the Orbeon portal theme. HTH, Hank UCSB Institute for Crustal Studies ----- Original Message ----- From: <[hidden email]> To: <[hidden email]> Sent: Friday, February 09, 2007 8:43 AM Subject: [ops-users] standalone appz > Hi everyone ! > > I'm pretty new to Orbeon. I installed beta version 3.5. > I developed an application with it. > > But I want my application runs without being embedded inside the portal with the selection menu of example appz. > > I try to figure out with the page-flow.xml but i can't find a solution. > > can somebody helps me ? > > Thanks in advance. > > Didier Mounoud > > -------------------------------------------------------------------------------- > > -- > 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 > -- 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
|
In reply to this post by Didier Mounoud
Didier,
Easy: in config/epilogue-servlet.xpl, search for "theme-portal.xsl" and replace that with "theme-plain.xsl" or with a reference to your own theme stylesheet. -Erik [hidden email] wrote: > Hi everyone ! > > I'm pretty new to Orbeon. I installed beta version 3.5. > I developed an application with it. > > But I want my application runs without being embedded inside the portal with the selection menu of example appz. > > I try to figure out with the page-flow.xml but i can't find a solution. > > can somebody helps me ? > > Thanks in advance. > > Didier Mounoud > > -- 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 |
Erik,
You're right. It's easy ! :-) Thank you very much. Didier Erik Bruchez a écrit : > Didier, > > Easy: in config/epilogue-servlet.xpl, search for "theme-portal.xsl" and > replace that with "theme-plain.xsl" or with a reference to your own > theme stylesheet. > > -Erik > > [hidden email] wrote: >> Hi everyone ! >> >> I'm pretty new to Orbeon. I installed beta version 3.5. I developed an >> application with it. >> >> But I want my application runs without being embedded inside the >> portal with the selection menu of example appz. >> >> I try to figure out with the page-flow.xml but i can't find a solution. >> >> can somebody helps me ? >> >> Thanks in advance. >> >> Didier Mounoud >> >> > > > > ------------------------------------------------------------------------ > > > -- > 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 -- 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 |
In reply to this post by Hank Ratzesberger
Hank,
Thank you very much for your quick answer ! Didier Hank Ratzesberger a écrit : > Didier, > > I will have to refer to the latest build, because things have changed a > bit from the first 3.5 beta: > > http://forge.objectweb.org/nightlybuilds/ops/ > > You can, for instance, expand the war file, then make changes to web.xml > (under Tomcat), to the parameter > oxf.resources.priority.1.oxf.resources.filesystem.sandbox-directory > > Anyway, once you have things deployed, you can replace/edit page-flow.xml. > > Finally, to answer your question... you will need to edit or replace the > epilogue handler referred to at the bottom of page-flow.xml: > > <epilogue url="/config/epilogue.xpl"/> > > What I do for now, is edit the file config/epilogue-servlet.xpl. > On about line 50 you will see a <p:when> that chooses the theme > applied. If the "theme-plain.xsl" is applied, you will not get the > Orbeon portal theme.: > > <p:processor name="oxf:unsafe-xslt"> > <p:input name="data" href="#xformed-data"/> > <p:input name="request" href="#request"/> > <p:input name="config" href="theme-plain.xsl"/> > <p:output name="data" id="themed-data"/> > </p:processor> > > In short, commenting out a few lines in this file is one way to avoid > the Orbeon portal theme. > > HTH, > > Hank > UCSB Institute for Crustal Studies > > > ----- Original Message ----- From: <[hidden email]> > To: <[hidden email]> > Sent: Friday, February 09, 2007 8:43 AM > Subject: [ops-users] standalone appz > > >> Hi everyone ! >> >> I'm pretty new to Orbeon. I installed beta version 3.5. I developed an >> application with it. >> >> But I want my application runs without being embedded inside the >> portal with the selection menu of example appz. >> >> I try to figure out with the page-flow.xml but i can't find a solution. >> >> can somebody helps me ? >> >> Thanks in advance. >> >> Didier Mounoud >> >> > > > -------------------------------------------------------------------------------- > > > >> >> -- >> 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 >> > > > ------------------------------------------------------------------------ > > > -- > 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 -- 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 |
Gladly. I try, but likely I will never 'snatch the pebble' from the hand of Erik. --Hank Quoting Didier Mounoud <[hidden email]>: > Hank, > > Thank you very much for your quick answer ! > > Didier > > Hank Ratzesberger a écrit : > > Didier, > > > > I will have to refer to the latest build, because things have changed a > > bit from the first 3.5 beta: > > > > http://forge.objectweb.org/nightlybuilds/ops/ > > > > You can, for instance, expand the war file, then make changes to web.xml > > (under Tomcat), to the parameter > > oxf.resources.priority.1.oxf.resources.filesystem.sandbox-directory > > > > Anyway, once you have things deployed, you can replace/edit page-flow.xml. > > > > Finally, to answer your question... you will need to edit or replace the > > epilogue handler referred to at the bottom of page-flow.xml: > > > > <epilogue url="/config/epilogue.xpl"/> > > > > What I do for now, is edit the file config/epilogue-servlet.xpl. > > On about line 50 you will see a <p:when> that chooses the theme > > applied. If the "theme-plain.xsl" is applied, you will not get the > > Orbeon portal theme.: > > > > <p:processor name="oxf:unsafe-xslt"> > > <p:input name="data" href="#xformed-data"/> > > <p:input name="request" href="#request"/> > > <p:input name="config" href="theme-plain.xsl"/> > > <p:output name="data" id="themed-data"/> > > </p:processor> > > > > In short, commenting out a few lines in this file is one way to avoid > > the Orbeon portal theme. > > > > HTH, > > > > Hank > > UCSB Institute for Crustal Studies > > > > > > ----- Original Message ----- From: <[hidden email]> > > To: <[hidden email]> > > Sent: Friday, February 09, 2007 8:43 AM > > Subject: [ops-users] standalone appz > > > > > >> Hi everyone ! > >> > >> I'm pretty new to Orbeon. I installed beta version 3.5. I developed an > >> application with it. > >> > >> But I want my application runs without being embedded inside the > >> portal with the selection menu of example appz. > >> > >> I try to figure out with the page-flow.xml but i can't find a solution. > >> > >> can somebody helps me ? > >> > >> Thanks in advance. > >> > >> Didier Mounoud > >> > >> > This message was sent using IMP, the Internet Messaging Program. -- 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 |