Hi I developed form using Orbeon Form Builder .I got Source code for that form in exist database of xforms.
I saved that code as form.xhtml and deployed in bookcast application availble in resources\forms\orbeon\bookcast\form\form.xhtml it works fine. but i created employeeform folder ,in that i deploy same form.xhtml it is not working(resources\forms\orbeon\employeeform\form\form.xhtml) .i registered information about this form in apps-list also.it shows error like: Fatal error: The element type "HR" must be terminated by the matching end-tag "</HR>". callstack:
Thanks in advance, LaxmiNarayana. -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Again, you can't just do that, at the moment you have to go through
Form Runner. -Erik On Jun 5, 2008, at 8:53 AM, Laxmi Narayana wrote: > Hi I developed form using Orbeon Form Builder .I got Source code for > that form in exist database of xforms. > I saved that code as form.xhtml and deployed in bookcast application > availble in resources\forms\orbeon\bookcast\form\form.xhtml > it works fine. > > but i created employeeform folder ,in that i deploy same form.xhtml > it is not working(resources\forms\orbeon\employeeform\form > \form.xhtml) .i registered information about this form in apps-list > also.it shows error like: > > Fatal error: The element type "HR" must be terminated by the > matching end-tag "</HR>". > > callstack: > > Resource URL > Line > Column > Description > XML Element > oxf:/apps/fr/detail/read-form.xpl > 64 > 46 > reading processor output > name → data > id → document > <p:output name="data" id="document"/> > oxf:/apps/fr/detail/read-form.xpl > 70 > 63 > reading processor output > name → data > id → after-xinclude > ref → data > <p:output name="data" id="after-xinclude" ref="data"/> > oxf:/apps/fr/detail/read-form.xpl > 74 > 46 > executing processor > name → {http://www.orbeon.com/oxf/processors}scope-serializer > <p:processor name="oxf:scope-serializer">...</p:processor> > oxf:/apps/fr/page-flow.xml > 43 > 61 > reading page model data output > model → detail/read-form.xpl > reading page view data output > view → html-view.xpl > <page path-info="/fr/([^/]+)/([^/]+)/(new)(/)?" matcher="oxf:perl5- > matcher" default-submission="submission-page-detail.xml" > model="detail/read-form.xpl" view="html-view.xpl">...</page> > oxf:/apps/fr/html-view.xpl > 26 > 40 > reading processor output > name → data > <p:param type="input" name="data"/> > oxf:/forms/orbeon/theme.xsl > N/A > N/A > executing XSLT transformation > > oxf:/apps/fr/html-view.xpl > 42 > 57 > reading processor output > name → data > id → themed-data > <p:output name="data" id="themed-data"/> > oxf:/apps/fr/components.xsl > N/A > N/A > executing XSLT transformation > > oxf:/apps/fr/html-view.xpl > 60 > 54 > reading processor output > name → data > id → after-components > <p:output name="data" id="after-components"/> > oxf:/apps/fr/html-view.xpl > 66 > 43 > reading processor output > name → data > ref → data > <p:output name="data" ref="data"/> > oxf:/page-flow.xml > 33 > 106 > reading page model data output > page id → apps > model → apps/${1}/page-flow.xml > <page id="apps" path-info="/([^/]+)/.*" matcher="oxf:perl5-matcher" > model="apps/${1}/page-flow.xml"/> > plz help me.i need to change some where else. > Thanks in advance, > LaxmiNarayana. > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
I am not getting .plz explain little bit clearly.
2008/6/5 Erik Bruchez <[hidden email]>: Again, you can't just do that, at the moment you have to go through Form Runner. -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
You cannot export the source of your form from Form Builder and run it
separately. What you have to do instead is go to the "Publish" button of Form Builder. This publishes the form into Form Runner. From there, you can run the form. -Erik On Jun 5, 2008, at 11:25 AM, Laxmi Narayana wrote: > I am not getting .plz explain little bit clearly. > > 2008/6/5 Erik Bruchez <[hidden email]>: > Again, you can't just do that, at the moment you have to go through > Form Runner. > > -Erik > > > On Jun 5, 2008, at 8:53 AM, Laxmi Narayana wrote: > > Hi I developed form using Orbeon Form Builder .I got Source code for > that form in exist database of xforms. > I saved that code as form.xhtml and deployed in bookcast application > availble in resources\forms\orbeon\bookcast\form\form.xhtml > it works fine. > > but i created employeeform folder ,in that i deploy same form.xhtml > it is not working(resources\forms\orbeon\employeeform\form > \form.xhtml) .i registered information about this form in apps-list > also.it shows error like: > > Fatal error: The element type "HR" must be terminated by the > matching end-tag "</HR>". > > callstack: > > Resource URL > Line > Column > Description > XML Element > oxf:/apps/fr/detail/read-form.xpl > 64 > 46 > reading processor output > name → data > id → document > <p:output name="data" id="document"/> > oxf:/apps/fr/detail/read-form.xpl > 70 > 63 > reading processor output > name → data > id → after-xinclude > ref → data > <p:output name="data" id="after-xinclude" ref="data"/> > oxf:/apps/fr/detail/read-form.xpl > 74 > 46 > executing processor > name → {http://www.orbeon.com/oxf/processors}scope-serializer > <p:processor name="oxf:scope-serializer">...</p:processor> > oxf:/apps/fr/page-flow.xml > 43 > 61 > reading page model data output > model → detail/read-form.xpl > reading page view data output > view → html-view.xpl > <page path-info="/fr/([^/]+)/([^/]+)/(new)(/)?" matcher="oxf:perl5- > matcher" default-submission="submission-page-detail.xml" > model="detail/read-form.xpl" view="html-view.xpl">...</page> > oxf:/apps/fr/html-view.xpl > 26 > 40 > reading processor output > name → data > <p:param type="input" name="data"/> > oxf:/forms/orbeon/theme.xsl > N/A > N/A > executing XSLT transformation > > oxf:/apps/fr/html-view.xpl > 42 > 57 > reading processor output > name → data > id → themed-data > <p:output name="data" id="themed-data"/> > oxf:/apps/fr/components.xsl > N/A > N/A > executing XSLT transformation > > oxf:/apps/fr/html-view.xpl > 60 > 54 > reading processor output > name → data > id → after-components > <p:output name="data" id="after-components"/> > oxf:/apps/fr/html-view.xpl > 66 > 43 > reading processor output > name → data > ref → data > <p:output name="data" ref="data"/> > oxf:/page-flow.xml > 33 > 106 > reading page model data output > page id → apps > model → apps/${1}/page-flow.xml > <page id="apps" path-info="/([^/]+)/.*" matcher="oxf:perl5-matcher" > model="apps/${1}/page-flow.xml"/> > plz help me.i need to change some where else. > Thanks in advance, > LaxmiNarayana. > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |