Hiya!
...and it worked. Using a clean install out of the box with the checklist you provided worked flawlessly. Thanks heaps for your help, Eric. I still don't know why it won't do within our development environment, but that's another story entirely. Thanks again, Carsten -----Ursprüngliche Nachricht----- Von: Erik Bruchez [mailto:[hidden email]] Im Auftrag von Erik Bruchez Gesendet: Dienstag, 10. Juli 2007 15:02 An: [hidden email] Betreff: Re: AW: AW: AW: [ops-users] "Orbeon Forms - Page Not Found" when publishing custom xform Damm, Carsten wrote: > Okay, mine still doesn't return anything useful. Except for the > deployment of my app, the procedure is the same. Maybe it's the Tomcat > version? > > I think I'm going to wrap it up as WAR now and run another test. If that > fails, I'm going to set things up from scratch, outside the development > environment with all components "out of the box" (i.e. fresh downloads > of everything). That's probably a good idea. And also try to directly put the input file in a JSP to see if that makes a difference (it shouldn't). > I'll get back to you once I have any results (likely next week), unless > you beat me with a better idea in the meantime. :-) No other good idea at this point ;-) -Erik -- 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 |
Administrator
|
Glad to see it's finally working!
-Erik Damm, Carsten wrote: > Hiya! > > ...and it worked. Using a clean install out of the box with the checklist you provided worked flawlessly. Thanks heaps for your help, Eric. > > I still don't know why it won't do within our development environment, but that's another story entirely. > > > Thanks again, > > Carsten > > > > -----Ursprüngliche Nachricht----- > Von: Erik Bruchez [mailto:[hidden email]] Im Auftrag von Erik Bruchez > Gesendet: Dienstag, 10. Juli 2007 15:02 > An: [hidden email] > Betreff: Re: AW: AW: AW: [ops-users] "Orbeon Forms - Page Not Found" when publishing custom xform > > Damm, Carsten wrote: > >> Okay, mine still doesn't return anything useful. Except for the >> deployment of my app, the procedure is the same. Maybe it's the Tomcat >> version? >> >> I think I'm going to wrap it up as WAR now and run another test. If that >> fails, I'm going to set things up from scratch, outside the development >> environment with all components "out of the box" (i.e. fresh downloads >> of everything). > > That's probably a good idea. And also try to directly put the input file > in a JSP to see if that makes a difference (it shouldn't). > >> I'll get back to you once I have any results (likely next week), unless >> you beat me with a better idea in the meantime. :-) > > No other good idea at this point ;-) > > -Erik > > -- 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 |
In reply to this post by Erik Bruchez
Hi!
I might be a bit dumbfounded here, but how do I manage to display each item in a list of radiobuttons or checkboxes on a new line? With the following example: <xforms:select1 ref="rblist" appearance="full"> <xforms:item> <xforms:label>Item 1</xforms:label> <xforms:value>1</xforms:value> </xforms:item> <xforms:item> <xforms:label>Item 2</xforms:label> <xforms:value>2</xforms:value> </xforms:item> </xforms:select> ...what I get in the browser is: O Item 1 O Item 2 However, I'd the output to look like this: O Item 1 O Item 2 It would be brilliant if anyone could give me a short tutorial on how to do this. Thanks, Carsten Damm -- 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
|
Carsten,
On 8/9/07, Damm, Carsten <[hidden email]> wrote: > I might be a bit dumbfounded here, but how do I manage to display each > item in a list of radiobuttons or checkboxes on a new line? With the > following example: You can do this in CSS. For checkboxes, see for instance: http://www.nabble.com/Re%3A-Vertically-aligned-checkboxes-p3445062.html Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise 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 |
In reply to this post by Alessandro Vernet
Hey Alessandro,
thanks for the reply. However, over 2 years later, we're not using Orbeon Forms anymore. It was a testphase to see if it would fit our needs, but it didn't. Best, Carsten Alessandro Vernet (via Nabble) schrieb: > > > Casten, > > On 6/29/07, carsten.damm <[hidden email]> wrote: >> I am experiencing a similar problem, and I wonder if this issue has been >> resolved (before posting a longish mail with the details of my case :))? > > Are you using separate or integrated deployment? What is the URL that > you are hitting in your browser when you get this error? > > Alex -- DIMDI - Deutsches Institut für Medizinische Dokumentation und Information Softwareentwicklung Carsten Damm Waisenhausgasse 36 - 38a 50676 Köln Tel.: 0221 4724-469 Fax.: 0221 4724-444 [hidden email] www.dimdi.de |
Free forum by Nabble | Edit this page |