The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
I am working on Split Pane concept. The left pane and right pane are showing. In the header pane, I want the Part information details to be displayed along with the tabs. How can I implement this?
Sharing the image of my current output.
I want to create a similar structure like the Part Structure. I could not find OOTB references for creating the jsp page. Could you please help me with some references?
Hi @Kanchana,
What specific information do you need to show related to part?
Could you please clarify what you mean by, “I want the Part information details to be displayed along with the tabs”?
I can see that this split pane is being triggered from an action. I would like to understand why you want to display tabs?
Once I am on the Color Structure Tab, I am not able to navigate to other tabs. The business requirement is to create a Tab similar to Part Structure Tab where I have the Parts in the left and Documents on the Right. Along with I should be able to navigate to other tabs Related Documents, History, Changes etc.
Was I able to clarify the requirement?
Could you please confirm from where the split pane JSP is being invoked? Is it from the Part tabs or from a Part action?
I would like to understand how you are navigating to the Color Structure tab.
I am calling the jsp in the Tab. In custom-actionsModel, I have defined action tab
In custom-actions, I am calling the jsp
I would recommend invoking the Table Builder on the custom tab.
You can call your colorStructureSplitPane.jsp from the Table Builder using the following API
tableConfig.setView("/netmarkets/jsp/ext/colorStruture/colorStructureSplitPane.jsp");
Let me try.
I am not able to understand this.
I have created a Color Structure Tab in custom-actionsModel.xml under model "partInfoPageTabSet" and I have defined it in custom-actions.xml. Here I am calling the main Split Pane jsp which calls the Left pane jsp, Right Pane jsp and header jsp. I have used "horizontal" split pane.
In the Left Pane jsp, I am calling the mvc tree builder for the Parts and its children
In the Right Pane jsp, I am calling all the 3 mvc tables for Documents
I have not added any code in header.jsp
In which table builder, do I need to call the jsp here? Could you please explain me a little more on this ?
Hi @Kanchana,
Instead of invoking the command url directly from the custom action, use the component name tag to call the Table Builder.
Then, within the Table Builder class, invoke your custom split pane JSP using the API which provided already.
I tried. Created a Table Builder class. Called the class in the custom-actions xlm, registered the bean class in customs. xml.
Do I need to add anything?
Seeing the same issue by calling the Table builder. Unable to see the Tabs
