From: Joern T. <joe...@go...> - 2011-04-05 08:13:18
|
On Mon, Apr 4, 2011 at 5:57 PM, Henry S. Thompson <ht...@ma...> wrote: > Tobi Krebs <tob...@be...> writes: > >> On Tuesday 29 March 2011 14:54:40 Wolfgang Meier wrote: >>> > Well, I rather like in enabled by default. But this sort of question >>> > causes holy wars, so I will leave it entirely up to you ;-) >>> >>> I think it should be enabled by default. The goal is to make it easy >>> for new users to get started with xforms. >>> >>> Wolfgang >> >> Okay i committed both version to stable and trunk. > > I believe there's a bug in this release. > > Have you tried xforms/hello.xml ? > > Somewhat to my surprise, hello2.xml works, but hello.xml does not. hm, i wasn't aware that we still have those - i remember that we renamed those files to have an .xhtml suffix as there was a problem with eXist serving all .xml files as documentation and piping them through the documentation stylesheet. As a result the XFormsFilter got the transformed html instead of the plain xml file. We have now changed our filter mapping to only work on files located somewhere below the 'db' collection. This allows to have both XSLTForms and betterFORM and have them working side by side. As i just saw we do not have a hello.xml and hello2.xml any more in our repository. Tobi is on travel this week so i'm not completely sure what happened to them. > > The problem is in betterform-Full.js, which hits a bug, which blows out the > initialisation, which means that the default path (betterform/Flux) is > never overriden, leading to a 404 on > /betterform/Flux/call/plaincall/Flux.dispatchEventType.dwr > > To trigger this, I did svn update in the exist trunk, built exist and > confirmed that betterform was installed OK. Because bf now gets all > its resources from inside its jar file, I can't easily debug further. I remember to have promised a howto for working with eXist and betterFORM - of course there is a way to deploy an uncompressed version of the JS which in turn will allow debugging. I try to get this howto ready this week and you will find it on http://betterform.wordpress.com. Thanks for reporting this. Joern > > I do not have a completely vanilla web.xml, so it is possible there is > a confounding problem somewhere -- can anyone else reproduce, > i.e. does xforms/hello.xml work for you Tobias? > > ht > -- > Henry S. Thompson, Markup Systems Ltd. > Cavers Garden Farm, Denholm; by Hawick; TD9 8LN > +44 (0) 7866 471 388 > Fax: (44) 131 651-1426, e-mail: ht...@ma... > URL: http://www.markup.co.uk/ > [mail really from me _always_ has this .sig -- mail without it is forged spam] > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > |