Field Tracking Behavior
Attaches any of the predefined JSF Widget Library (JWL) actions and/or user-supplied JavaScript™ to the DOM event handler of a component. This allows a user to attach a defined block of JavaScript (a JWL Action) to an event handler.
Note: : This tag is only useful in an iSeries® environment where there are limitations on how the page is structured and server code that handles the results.
Rendering
This component has no visual rendering. No HTML is rendered.
Quick Edit view
Configure this component using the Quick Edit view. To open the Quick Edit view, click
Window | Show View | Quick Edit.
The common attributes for the <hx:inputHelperFormTracker> component are listed in the table below.
Table 1. Field Tracking Behavior attributes Attribute name
Description
binding
An expression that binds the component's instance (usually a user interface component) to a bean property (usually in the backing file).
id
Assigns a name to a component. Should be a unique name within a JSP.
rendered
Can be set to true or false:
- false - Component will not be rendered to the browser at runtime.
- true - Component will get rendered. This is the default value.