Article - CS342138

Custom JSP having a "form" element which POSTs back to itself fails when launched from a custom action in Windchill Solutions

Modified: 06-Apr-2021   


Applies To

  • Windchill PDMLink 11.0 to 12.0

Description

  • Custom JSP having a form element which POSTs back to itself fails when launched from a custom action
  • URL is transformed from a path like /netmarkets/jsp/custom to /ptc1/custom and the JSP is specified without its extension
  • Submitting the form results in a HTTP 404 response: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
  • form element is defined in the custom JSP like the following:
    <form action = "myCustomAction.jsp" method = "POST">
 
 
This is a printer-friendly version of Article 342138 and may be out of date. For the latest version click CS342138