How to modify Product --->>Details Page?
Hello all,
When I click on the details tab under ProductMain tab, I should render the property of the WTPart.
I set the Oid of the part in the NmCommandBean in the details page JSP.
WTPart part = (WTPart ) myObj;
ObjectIdentiferoid = part.getPersistInfo().getObjectIdentifier();
commandBean.setPrimaryOid(oid);
It is working fine and it shows me the Part details (attributes ,third level navigationetc..)
But the actions are not of WTPart , instead it is showing the actions of PDMLinkProduct.
How to modify the actions list?
Do I need to modify infoPage.jspf ? How to modify the renderPropertyPanel?
I did lot of investigations, but dint get any answer. I guess i need to modify the infoPageBean in infoPage.jspf, but i do not know how to do it.
Can anyone help on this?
Thanks in advance
