Windchill Client Architecture Common Components
Tag initializeItem


Initializes an object being created or edited in a jsp wizard


Tag Information
Tag Classcom.ptc.core.components.tags.components.InitializeItemTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
operationtruetruejava.lang.StringIndicates whether the object is being created or edited. Must be either CreateAndEditWizBean.CREATE or CreateAndEditWizBean.EDIT.
objectHandlefalsetruejava.lang.StringAn identifier string for the object being created or edited. This identifier is attached to the form data set by this tag. Optional. This attribute is not needed in wizards with only one target object or in wizards that create multiple objects of the same type. By default, no object handle is used.
attributePopulatorClassfalsetruejava.lang.StringThe pathname of a class that should be called to populate attribute values in the wizard. Should be a subclass of DefaultAttributePopulator.
baseTypeNamefalsetruejava.lang.StringThe string form of the Windchill type identifier for the class of object to create. For example, "wt.part.WTPart" or "wt.part.WTPart|MySoftPart". Used in create wizards only. This class will be the root type in the wizard's type picker. It is also used to look up the correct jsps for wizard steps that have different variants for different subclasses until a specific type is selected in the type picker. Optional. If not specified, the type associated with the wizard action will be used.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.