Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels
  
Attribute Panels
You want to display attributes of a Windchill object in a name: value format. The attribute values could be read-only or editable.
The practices described in this section should be used when you want to display attributes of a single Windchill object for viewing or editing. The attribute panel object may or may not be TypeManaged, however to configure the panel from a layout it must be TypeManaged.
Intended Outcome
After reading this document you should be able to create simple and advanced attribute panels in either edit or view mode. Specifically, you will learn how to:
Create advanced attribute panels using Type Management layouts
Create simple and advanced attributes panels by manually configuring the panels in a Java builder class
Create simple attribute panels using JSP tags
Include your panel in a JSP page
Convert custom attribute panels/tables created in Windchill Release 9.0 or later to Windchill Release 10.0 attribute panels