Hi,

I'm currently trying to implement a simple application, and I wanted to use Orbeon presentation server because it handles XForms to HTML conversion, and it seems to easily integrate with Java, my main application is in Java too.

I am using some examples provided in the tutorial.
I want to create a "default page"-like behaviour, and I don't know why it doesnt work :


When I access directly to pages by typing http://......../myapp/Hello1 it works perfectly.

here is my page-flow.xml file :

<config xmlns="http://www.orbeon.com/oxf/controller";>

<page id="hello1" path-info="/Hello1" view="view.xhtml"/>
<page id="hello2" path-info="/Hello2" view="view2.xsl" model="data.xml"/>
<page id="hello3" path-info="/XFHello1" view="view3.xsl" xforms="xform-model.xml"/>


   <!-- main page redirection -->
   <page path-info="/">
       <action>
           <result page="hello1"/>
       </action>
   </page>

   <epilogue url="oxf:/config/epilogue.xpl"/>

</config>

I really don't what I made wrong since there is very similar code in examples featured with Presentation Server.

Any help would be appreciated.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to