hi

i have the following problem when i use response.sendRedirect(index.html); it didnt redirect to the index, but if write index.htm jus 3 characters it works fine ......should i always use 3 chatacters ?
[222 byte] By [Eng.Mohammeda] at [2007-11-26 16:16:24]
# 1
As far as I know it doesn't really matter, maybe the problem you are experience has another cause.MeTitus
Me_Titusa at 2007-7-8 22:39:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

> i have the following problem

> when i use response.sendRedirect(index.html); it

> didnt redirect to the index, but if write index.htm

> jus 3 characters it works fine ......

> hould i always use 3 chatacters ?

It has to do with the extension u used in saving the file. Java sees html and htm as different file types.

CJ2a at 2007-7-8 22:39:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...