Building Web Applications > Using DHTML-Based JSF Components to Build Web Applications > The JViews Maps Faces Component Set > JViews Maps Project

The easiest way to configure the content of a map view is to set a Map Builder IVL file or a JViews Diagrammer project to the map view component. This is done with the map attribute of the tag that points to a .ivl file or a .idpr file, see Code Sample 2.4:

<jvmf:mapView id="map"
      map="data/usa.ivl"
      style="width:800;height:400" />

Code Sample 2.4 Building a Map Builder Project

For more information about the Map Builder, see Using the Map Builder.