Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Input fields: JSF updates of field values are overwritten by ng-model #6

Description

@stephanrauh

Consider a JSF view containing an update="@Form". The form contains an input field that's incremented on the server side with each AJAX request. The input field also has an ng-model="myOldValue" directive.

The JSF response updates the value of the input field. Unfortunately, the old value is restored a short time later when the input field is compiled by AngularJS (because ng-model hasn't been updated).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions