Hi again!

The thing that solves really the problem is the javascript method encodeURI(), that has to be applyed in the open() method of the XMLHttpRequest object in org\apache\myfaces\custom\dojo\resource\dojo.js (I used it on 3 places):

http.open("POST",encodeURI(url),_227);
http.open(_21c.method.toUpperCase(),encodeURI(_22d),_227);
_72.open("GET",encodeURI(uri),_70?true:false);

I suppose it will work for you too!

Thank's again and sorry for the inconvenience!

----<---<--@

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to