This post was updated on .
I am using the latest stable build of orbeon. In the documentation @
http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Buttons-on-Detail-page Under the section overriding resources, I can notice this line ------------------------------------------------------------------------------------------------------- For instance, to change the label of the submit button to be "Send" in English for all applications and forms, write: <property as="xs:string" name="oxf.fr.resource.*.*.en.detail.labels.submit-document" value="Send"/> ------------------------------------------------------------------------------------------------------- But i followed it but still my button's name is not changed. Please help ! |
Administrator
|
Funny you should mention this: we might just have fixed this very issue:
http://github.com/orbeon/orbeon-forms/commit/32cbbfcd956721d87997ed24e5d8942e82ee3ff0 This was fixed on Thursday, so is probably not in the build you have, but the fix should now be in the latest nightly build. http://forge.ow2.org/nightlybuilds/ops/ops/ -Erik On Mon, Jun 14, 2010 at 3:35 AM, karthik Jayaraman <[hidden email]> wrote: > > I am using the latest stable build of orbeon. In the documentation @ > > http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Buttons-on-Detail-page > > Under the section overriding resources, I can notice this line > > ------------------------------------------------------------------------------------------------------- > For instance, to change the label of the submit button to be "Send" in > English for all applications and forms, write: > > > <property as="xs:string" > name="oxf.fr.resource.*.*.en.detail.labels.submit-document" value="Send"/> > ------------------------------------------------------------------------------------------------------- > > > But i followed it but still my button's name is not changed. Please help ! > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Is-it-a-fault-in-documentation-or-me-tp2254153p2254153.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 > > -- 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 |
K thanks for the prompt response. Glad that you fixed the issue :)
|
Can anyone confirm this was truly fixed?
I was trying it and I can't get it to change the form runner button labels even following the example from the docs to the letter... |
I should have said (from the bottom of my locally running Orbeon home page) the version I'm running is:
Orbeon Forms 3.8.0.201005141856 CE I'm not running the nightly build but I guessed that the originally post above was old enough the nightly build would have been incorporated in the regular release? (but maybe not?) |
Can anyone confirm this was truly fixed?
I was trying it and I can't get it to change the form runner button labels even following the example from the docs to the letter... FWIW (from the bottom of my locally running Orbeon home page) the version I'm running is: Orbeon Forms 3.8.0.201005141856 CE I'm not running the nightly build but I guessed that the original post above was old enough the nightly build would have been incorporated in the regular release by now? (but maybe not?) |
The version you are using
Orbeon Forms 3.8.0.(2010-05-14) 1856 CE Is older than the post you're referencing. Releases are not so frequent. It would probably be fixed with the team's upcoming official 3.8.1 PE release. All hope is not lost though, you may be able to use the committed fixed file referenced and drop it into the /WEB-INF/resources/apps/fr/i18n/ folder and it should override the packaged fr-resources.xpl file and fix the problem (with over-riding names of fields through properties). I was able to "hotfix" the MySQL persistence layer timezone issue like this. Here is where Erik said fix was: http://github.com/orbeon/orbeon-forms/blob/32cbbfcd956721d87997ed24e5d8942e82ee3ff0/src/resources/apps/fr/i18n/fr-resources.xpl -Thad -----Original Message----- From: darrencruse [mailto:[hidden email]] Sent: Thursday, September 23, 2010 4:05 PM To: [hidden email] Subject: [ops-users] Re: Is it a fault in documentation or me ? Can anyone confirm this was truly fixed? I was trying it and I can't get it to change the form runner button labels even following the example from the docs to the letter... FWIW (from the bottom of my locally running Orbeon home page) the version I'm running is: Orbeon Forms 3.8.0.201005141856 CE I'm not running the nightly build but I guessed that the original post above was old enough the nightly build would have been incorporated in the regular release by now? (but maybe not?) -- View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Is-there-a-fault-in-documentation-or-me-tp2254153p2552625.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 |
Free forum by Nabble | Edit this page |