Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8902993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:45:21+00:00 2026-06-15T01:45:21+00:00

Following is the instance model for my form: <xforms:model id=fr-form-model> <!– Main instance –>

  • 0

Following is the instance model for my form:

<xforms:model id="fr-form-model">

    <!-- Main instance -->
    <xforms:instance id="fr-form-instance">
        <form>
            <section-1> <age>20</age> <first-name>Tseveen</first-name>
            </section-1>
        </form>
    </xforms:instance>

    <!-- Bindings -->
    <xforms:bind id="fr-form-binds" nodeset="instance('fr-form-instance')">
        <xforms:bind id="section-1-bind" nodeset="section-1">
            <xforms:bind id="age-bind" name="age" nodeset="age" />
            <xforms:bind id="first-name-bind" nodeset="first-name"
                name="first-name" />
        </xforms:bind>
    </xforms:bind>

    <!-- All form resources -->
    <!-- Don't make readonly by default in case a service modifies the resources -->
    <xforms:instance id="fr-form-resources" xxforms:readonly="false">
        <resources> <resource xml:lang="en"> <section-1>
        <age> <label>Age</label> <hint>Years since borning</hint> <help>Substract birth date from current date</help>
        <alert>Age is required!</alert> </age> <first-name> <label>First
            name</label> <hint>Enter first name</hint> <help>a.k.a given name</help> <alert>First
        name is required!</alert> </first-name> </section-1> </resource> </resources>
    </xforms:instance>

As you can see controls are bound to resources in fr-form-resources.

I have an action like:

<xforms:setvalue
            ref="xxforms:instance('fr-form-resources')/resources/resource/section-1/age/label"
            value="'Doljin'" />

The idea is changing the label text of the control.

How can one refresh binding of controls after modifying bound resources in Orbeon/XForms so that the visual label text can be updated?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:45:23+00:00Added an answer on June 15, 2026 at 1:45 am

    This should happen automatically without you having to do anything. If this isn’t happening in your case, it might be because you don’t modify the right node, or the control isn’t bound to the right node. If you think you are changing the right node, please provide a minimal example that shows the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following model and instance: class Bashable(models.Model): name = models.CharField(max_length=100) >>> foo
I have a django model as following class Project(models.Model) name=models.CharField(max_length=200) class Application(models.Model) proj=models.ForeignKey(Project, null=True,
I have the following models: class Product(models.Model): active = models.BooleanField(default=True) name = models.CharField(max_length=40, unique=True)
I have the following model and it's form: class Project(models.Model) class ProjectForm(forms.ModelForm) class Meta:
Why can't I set instance = None in my unbound model form? def sample(request):
I have following line code in my view: <td> Model.some_instance_method(args) </td> I would like
What is the correct exception to throw in the following instance? If, for example,
Please tell me if it is possible to do the following: create an instance
The following statement creates an instance of the URL class, fills it in the
The following code: [[NSData alloc]initWithContentsOfURL:[NSURL URLWithString:mapURL]] returns an instance of NSConcreteData as opposed to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.