Custom JSP having a "form" element which POSTs back to itself fails when launched from a custom action in Windchill Solutions
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">