cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Reusable wizard step with little modification

akr
1-Newbie
1-Newbie

Reusable wizard step with little modification

Hi all,

In one of my custom create JSP page am trying to use "defineItemAttributesWizStep" with little modification.

The problem here is when i create my custom page with "defineItemAttributesMCNWizStep" and have the actions for this as

<action name="defineItemAttributesMCNWizStep" afterVK="setAttributesWizStep" id="defineItemAttributesMCNWizStep" preloadWizardPage="false" required="true" resourceBundle="com.xxx.TestResource">

<component name="defineItemAttributesMCNWizStep" typeBased="true" windowType="wizard_step"/>

</action>

facing builder not found for "defineItemAttributesMCNWizStep".

Where can i find the OOTB builder "defineItemAttributesWizStep" ?

How to enhance this? And do i need to register this builder?

Windchill Version am using is 10.2

1 REPLY 1
srammohan
1-Newbie
(To:akr)


Hi Aswini,

To explain it simple , the components are available as annotations in WC classes. For defineItemAttributesWizStep , you need to debug DefineItemAttributesWizStepBuilder.class (package = com.ptc.jca.mvc.builders)

Regards,

Sriram Rammohan

Top Tags