-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.1
-
Component/s: Seam / JSF UI
-
Impact type:API added
URL pattern bindings are used as is:
- when restoring context for a given URL, setters will be called
- when building a document view before redirect, getters will be called.
We need to make it possible to disable a binding in one of these cases.
This is interesting for instance for compatibility bindings, where we want restful URLs using a deprecated binding to be called on set, but we do not want the corresponding binding name to pollute the generated URL on get.
- is required by
-
NXP-6775 Make it possible to set several current tabs on the same page
- Resolved