Hi all,
I've just migrated from Tomcat 3 to 4.
One of the big problems concerns Netscape (yes yes ...).
Example : in an xsl file, I have something like
<a href="javascript:myFunc('1', 'hello');"/>
When clicking this link, Netscape 4.6 generates the following :
<a href="javascript:myFunc('1',%20'hello');"/>
The blank has been replaced by %20.
No problem with IE6 and Mozilla.
It should coming from Tomcat as this is the only modification I did !
Any idea is welcome of course ...
Thanks,
Kakla
I've just migrated from Tomcat 3 to 4.
One of the big problems concerns Netscape (yes yes ...).
Example : in an xsl file, I have something like
<a href="javascript:myFunc('1', 'hello');"/>
When clicking this link, Netscape 4.6 generates the following :
<a href="javascript:myFunc('1',%20'hello');"/>
The blank has been replaced by %20.
No problem with IE6 and Mozilla.
It should coming from Tomcat as this is the only modification I did !
Any idea is welcome of course ...
Thanks,
Kakla