Hi Amit,
I tried to find out if there is something strange with Netscape 4.78.
I have tested several applications (e.g. the simple examples of X-Application) with different
Browsers like IE 6.0, Netscape 6.1 and Opera 6.01 and they worked fine, but with Netscape 4.78 indeed unexpected behavior occurred:
It seems, that Netscape 4.78 handles input fields contrary.
X-Application generates hidden fields in order to handle the application context.
IE6, Netscape 6.1 and Opera 6.01 send these fields with the request to the server either if their value is defined or not. Netscape 4.78 seem
to send only input fields with a defined value, what may cause irritations within the application.
In order to prevent these irritations, it must be ensured that all the input fields are sent back to the server.
I changed the code that way that the hidden fields will be set with an empty value. After this modification the applications show the same behavior with Netscape 4.78 as with the other browsers.
Here a simple guide:
Tip:
Delete the content of your Tomcat work directory to prevent irritations concerning Tomcat.
Now it should work, hopefully
We would appreciate testing it, please give us an
answer if it works or not with your application.
regards and thanx
Thorsten
[This message was edited by Harald Wolf on 23 May 2002 at 14:59.]
#Tamino#webMethods#API-Management