i created custom-actionmodels.xml
<model name="partInfoPageTabSet" resource="com.ptc.core.ui.navigationRB">
<submodel name="windimTabModel" />
</model>
<model name="windimTabModel" resourceBundle="com.windim.windimRB">
<action name="windimTabAction" type="windim"/>
</model>
custom-actions.xml also
<objecttype name="windim" resourceBundle="com.windim.windimRB">
<action name="windimTabAction" resourceBundle="com.windim.windimRB">
<command windowType="page" url="netmarkets/jsp/part/info.jsp"/>
</action>
</objecttype>
and compiled windimRB.java in /codebase/com/windim
package com.windim;
import wt.util.resource.*;
@RBUUID("com.windim.windimRB")
public final class windimRB extends WTListResourceBundle {
@RBEntry("WindIM")
// @RBComment("Resolving issues")
// @RBArgComment0("Any string...")
public static final String WINDIM_TABMODEL = "object_windimTabModel";
}
and tab does not work.