Skip to main content
5-Regular Member
July 30, 2026
Question

How to add a new tab in the revision page

  • July 30, 2026
  • 3 replies
  • 88 views

As shown in the figure, I have attempted to add a tab page after revising the page, allowing users to fill in additional verification information. However, I am currently at a loss as to how to add a new tab page in the revision page, as there is no specific JSP page for the revision page

3 replies

Catalina
Community Moderator
August 7, 2026

Hi ​@XL_9673631 
 
Thank you for your question.  
 
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help. 
 

Thanks, 

Catalina | PTC Community Moderator
18-Opal
August 14, 2026

Hi ​@XL_9673631,
The Revise action uses HTML Template technology, so you will not find a corresponding JSP.
You may need to debug several OOTB Files to understand how the Revise action is implemented. As far as I remember, PTC does not support customizing the OOTB Revise action.
What kind of additional verification information do you need to provide? Is it simply to capture additional information, or do you need to perform any specific validation?

5-Regular Member
August 14, 2026

I need to evaluate the data on the revision page, filter out the WTPart objects, prompt the user to confirm each piece of data by checking the corresponding confirmation option, and save it to the database before proceeding with subsequent revision operations. My current idea is to implement this evaluation within the confirmation button. When the user clicks the "Confirm" button on the revision page, a pop-up window will appear to perform the aforementioned operations. I already have a version of the code, but I'm wondering if you have any good ideas?