Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Packaged Samples > Simple Attribute Panels using JSP Tags
  
Simple Attribute Panels using JSP Tags
This example shows two attribute panels.
The first panel is the same one shown in the Simple Attribute Panel Using a Java Builder example, but in this case the panel is created and displayed using JSP tags. See the Simple Attribute Panel using a Java Builder example for more information about the panel datum object.
The second panel shows how you can create and render GUIComponents directly on a JSP page using GUI component wrapper tags. No describePropertyPanel tag was used for this panel because the GUI components are being created and configured by the wrapper tags and not by data utilities. No getModel tags were used because the data for the panel is acquired and placed in the page context by a different tag.
See Solution - Create a Simple Panel Using JSP Tags for more information on creating simple panels using JSP tags.
Location of Example
To navigate to this example in the produce go to Customization > Component Catalog > Attribute Panel > Simple Attribute Panel Using JSP Tags.
Actions Models Used in This Example
None
Actions Used in This Example
None
Files Used in This Example
Source File
Description
codebase/netmarkets/jsp/carambola/customization/examples/attributePanel/simplePanelUsingTags.jsp
JSP for panel
com/ptc/carambola/property/PropertyUtils.java
Contains the method getExamplePropertyPanelData(), which is called by the getModel tag in the JSP