Advanced Features > Using DHTML-Based JSF Components to Build Web Applications > The JViews Framework Faces Component Set > Installing Interactors

You can now install interactors on the view to interact with it:

  <jvf:zoomInteractor id="zoom" />
  <jvf:view interactorId="zoom" [...] />

The link between the view and its interactor is made through the identifier of the interactor. It is now possible to zoom on a view area by dragging a rectangle on the view.