Start a topic
With the exception of Windchill, The PTC Community is on read-only status until April 6 in preparation for moving our community to a new platform. Learn more here
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here

Translate the entire conversation x

Unable to see the Part Information Details when using Split Pane

Kanchana
10-Marble

Unable to see the Part Information Details when using Split Pane

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.

KanchanaDutta_0-1770960762654.png

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?

KanchanaDutta_1-1770961197301.png

 

10 REPLIES 10
TDT
16-Pearl
16-Pearl
(To:Kanchana)

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?

Kanchana
10-Marble
(To:TDT)

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?

TDT
16-Pearl
16-Pearl
(To:Kanchana)

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.

 

Kanchana
10-Marble
(To:TDT)

I am calling the jsp in the Tab. In custom-actionsModel, I have defined action tab

KanchanaDutta_0-1770969765248.png

In custom-actions, I am calling the jsp

KanchanaDutta_2-1770969894945.png

 

TDT
16-Pearl
16-Pearl
(To:Kanchana)

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");
Kanchana
10-Marble
(To:TDT)

Let me try.

Kanchana
10-Marble
(To:TDT)

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 ?

KanchanaDutta_0-1770974330847.png

 

 

TDT
16-Pearl
16-Pearl
(To:Kanchana)

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.

 

Kanchana
10-Marble
(To:TDT)

I tried. Created a Table Builder class. Called the class in the custom-actions xlm, registered the bean class in customs. xml.

KanchanaDutta_0-1770979622952.pngKanchanaDutta_1-1770979661502.png

KanchanaDutta_2-1770979695972.png

Do I need to add anything?

 

Kanchana
10-Marble
(To:TDT)

Seeing the same issue by calling the Table builder. Unable to see the Tabs

KanchanaDutta_0-1770988014914.png

 

Announcements


Top Tags