Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Solutions > Solution - Create a Simple Panel Using JSP Tags
  
Solution - Create a Simple Panel Using JSP Tags
Overview
Use JSP tags to configure, acquire the data for, and display a simple attribute panel. Attributes may be editable, view-only, or a combination of editable and view-only. The type of the context object may or may not be TypeManaged.
1. Use the describePropertyPanel tag to define the attributes to be displayed in the panel and other configuration properties.
2. Use the getModel tag to specify a server method that should be called to retrieve the datum object for the panel.
3. The getModel tag calls data utilities to create GUI components for the attributes
4. Use the renderPropertyPanel tag to display the panel on the JSP page.
An example of this solution is given in section Simple Attribute Panels using JSP Tags.