cancel
Showing results for 
Search instead for 
Did you mean: 

SP14 Upgrade Error

Former Member
0 Kudos

Hi all,

We have a small web application that we recently moved from 6.20 onto 6.40. After a bit of work it was up and running fine. Over night we applied SP14 and now have a problem. From our HTML form page the code is

<FORM name="xxx" ACTION="/changePassword/servlet/ChangePassword" METHOD="POST">.

After the upgrade this no longer seems to work. When you click submit form on the html page nothing happens. The browser goes blank and URL changes to http://<ourserver>/changePassword/servlet/ChangePassword and thats it. We would ecpect an error message or something if the java classes were being reached so I think for some reason the HTML is no longer starting the Application. Any thoughts?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

not sure what happened after the upgrade. However, you can check <a href="http://help.sap.com/saphelp_nw04/helpdata/en/5a/4bfe970a2a8b49bd6d8350ce5668e8/frameset.htm">this</a> page in the docs to see if your form uses the right input parameters, whether it's configured in the xmls, etc.

Hope that helps!