In fact I just upgraded to 2.6, and now it works... is there any kind of magic ?

However, I still Have one error when trying to launch the "Integrating
w/Java" example, I get a class java.lang.NoClassDefFoundError
Exception that deals about com/sun/tools/javac/Main class. Is there
anything that need to be configurated befor it can work ?


On Mon, 22 Nov 2004 09:52:38 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> On Mon, 22 Nov 2004 14:14:57 +0900, "Sylvain Juge"
> 
> 
> <[EMAIL PROTECTED]> said:
> > 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.
> >
> 
> Is there anything in the log?
> 
> -- Dan S
> 
> 
> 
> 
> -------------------------------------------------------
> 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
>


-------------------------------------------------------
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