Disabling error summary not working in Orbeon PE 3.8.1

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Disabling error summary not working in Orbeon PE 3.8.1

karthik Jayaraman
My constraint is to disable the error summary. So as studied in the following link

http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Position-of-Error-Summary

I included the following line in properties-local.xml

----------------------------------------------------------------------------
<property as="xs:string" name="oxf.fr.detail.error-summary.*.*" value="none"/>
----------------------------------------------------------------------------

But after i included the property, if i click save or submit button, i am gettin the error "document not saved". Below is the screenshot of the error message..

http://img28.imageshack.us/img28/982/errormessageh.png

I am doing anything wrong or is that property not compatible with latest builds.. I tried nightly build and stable build as well still i am getting the same error. Any suggestions ???
Reply | Threaded
Open this post in threaded view
|

Re: Disabling error summary not working in Orbeon PE 3.8.1

karthik Jayaraman
Help me with this issue. I want to know whether it is a issue with the build or not ?
Reply | Threaded
Open this post in threaded view
|

Re: Disabling error summary not working in Orbeon PE 3.8.1

Alessandro  Vernet
Administrator
In reply to this post by karthik Jayaraman
Karthik,

I managed to reproduce this one and fixed it. The fix will be in the
next nightly build. Thanks for reporting this one. And for reference,
the bug is:

http://forge.ow2.org/tracker/index.php?func=detail&aid=315130&group_id=168&atid=350207

Alex

On Mon, Jun 21, 2010 at 7:11 AM, karthik Jayaraman <[hidden email]> wrote:

>
> My constraint is to disable the error summary. So as studied in the following
> link
>
> http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Position-of-Error-Summary
>
> I included the following line in properties-local.xml
>
> ----------------------------------------------------------------------------
> <property as="xs:string" name="oxf.fr.detail.error-summary.*.*"
> value="none"/>
> ----------------------------------------------------------------------------
>
> But after i included the property, if i click save or submit button, i am
> gettin the error "document not saved". Below is the screenshot of the error
> message..
>
> http://img28.imageshack.us/img28/982/errormessageh.png
>
> I am doing anything wrong or is that property not compatible with latest
> builds.. I tried nightly build and stable build as well still i am getting
> the same error. Any suggestions ???
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Disabling-error-summary-not-working-in-Orbeon-PE-3-8-1-tp2262709p2262709.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Disabling error summary not working in Orbeon PE 3.8.1

karthik Jayaraman
Thanks for the prompt response. Good to know the issue has been fixed. Thanks.