----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>
> That's not quite right. encodeURL() needs to be called on the servlet
> side, example:
>
> String myURL = "http://www.yfas.com.tr/IlkGiris.html";
>
> myURL = response.encodeURL( myURL );
when I try to compile, it says the response.encodeURL() is depreciated.
is there any other alternative for this? or does this cause any problem?
>
> BTW, I assume the URL you send to the client is not an .html URL,
> but an
> URL mapped to a servlet?
What dou you mean with your assumption? the next url
(".../IlkGiris.html"), should be a servlet? If so, can it be a jsp
page?, because the site after login is developed with jsp (whole site)
so we must make jsp pages work. Therefore I can replace the .html page
with .jsp page but I cannot replace it with a servlet.
Any idea about this?
>
> - Fernando
>
thanks a lot Fernando...
Deniz...
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]