Hello ,
I am new to orbeon . I would like to use the form builder to build a custom form. I am having issues getting started. I downloaded the community version from the http://www.orbeon.com/download page but now I am not sure how to get started . Are there any tutorials that will familiarize me with this product ? Thanks. |
Hello,
I am not sure where you are starting from. Do you have a java servlet like Tomcat running? The usual configuration of Tomcat should let you drop in the .war file that is in the download (unzipped) and then you should be able to point your browser to the orbeon application, e.g. http://localhost:8080/orbeon When you have it running, you can look at all the samples on the orbeon.com website as well as run FormRunner. Are you this far? Are you looking for strategies for developing your application? Cheers, Hank On Fri, Jun 28, 2013 at 10:01 AM, am87 <[hidden email]> wrote: > Hello , > I am new to orbeon . I would like to use the form builder to build a > custom form. I am having issues getting started. I downloaded the community > version from the http://www.orbeon.com/download page but now I am not sure > how to get started . Are there any tutorials that will familiarize me with > this product ? Thanks. > > -- > View this message in context: http://discuss.orbeon.com/New-To-Orbeon-tp4656959.html > Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. > To post to this group, send email to [hidden email]. > > -- Hank Ratzesberger XMLWerks.com -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Hello,
I have gotten the application installed now and am in the process of developing a form on form builder. I have a specific question now. I have a question which has a series of radio buttons and then one text box which is required only if the "other" radio button is checked. I created the radio buttons on form builder and then created a text field.I selected that it is a required field and then under the constraint section I put the following x-path expression : control-9[label="other"]. However it seems that the form is requiring this text field no matter what . Even when I put a value in it is not validating successfully. I am a little confused as to why this is happening ? Is this a limitation of the product or could it be the x-path expression. I would appreciate it if you could answer this question.
Regards
On Mon, Jul 1, 2013 at 12:53 AM, Hank Ratzesberger-3 [via Orbeon Forms community mailing list] <[hidden email]> wrote: Hello, |
instead of constraint use visisblity
something like visibility : $(radio-control-name) = 'radio-value' eg: $(radio) = 'yes' |
Hello,
I am running the community edition of the form editor and would like to know how to get to the itemset editor. I cannot seem to see it anywhere here.
regards
On Tue, Jul 2, 2013 at 5:39 AM, Orbeon_learner [via Orbeon Forms community mailing list] <[hidden email]> wrote: instead of constraint use visisblity |
Free forum by Nabble | Edit this page |