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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

configurable="true" not displaying Curent View

ptc-2801848
1-Newbie

configurable="true" not displaying Curent View

I have configurable="true" on my describleTable, it does not display Current View. Am I missing sometime? Your help is appreciated.

<%-->Build a table descriptor and assign it to page variable td<--%>
<jca:describetable var="tableDescriptorProcessPlans"" id="part.relatedMPMProcessPlans" <br="/> label="${tableLabelPP}" configurable="true" >


<jca:describecolumn id="name" sortable="true"/">
<jca:describecolumn id="number"/">
<jca:describecolumn id="version"/">
<jca:describecolumn id="container" need="containerName" label="${contextLabel}"/">
<jca:describecolumn id="lifecycle" need="state.state" label="${stateLabel}"/>
<jca:describecolumn id="modifyStamp" need="thePersistInfo.modifyStamp" label="${lastUpdatedLabel}"/">

</jca:describetable>

<%-->Get a component model for our table<--%>
<jca:getmodel var="tableModelProcessPlans" descriptor="${tableDescriptorProcessPlans}"&lt;br"/> serviceName="com.ptc.windchill.enterprise.part.commands.RelatedMPMObjectsCommand"
methodName="getMPMProcessPlans" >
<jca:addserviceargument type="wt.part.WTPart" value="${param.oid}"/">
</jca:getmodel>

<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable model="${tableModelProcessPlans}" <br="/> helpContext="InfoLinksProcessPlansRef_help" />

0 REPLIES 0
Top Tags