Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Solutions > Solution – Create an Advanced Attribute Panel Without a Visualization Component Using the Primary Attributes Layout
  
Solution – Create an Advanced Attribute Panel Without a Visualization Component Using the Primary Attributes Layout
This is a panel identical to that described the previous section, but with no visualization component. It is created using the builder class PrimaryAttributesBuilder. The component builder id for this panel is “primaryAttributes” (ComponentId.PRIMARY_ATTRIBUTES).
This builder is invoked by the “primaryAttributes” action defined for the type “object.” This action is used to display the “Attributes” component on object information pages for types that do not have a visualization component:
See the javadoc for PrimaryAttributesBuilder for more information.
To include this panel in your page you only need to specify the component builder id in the panel action or URL. See How to Find an Attribute Name/Id for more information on how to include panels in a JSP page.