2007/4/23, Christopher Schultz <[EMAIL PROTECTED]>:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Harring,
Harring Figueiredo wrote:
> I am not sure if the DTD declares that (I did not take a look at it), but
> basically the way to pass param on a HTML URL is the way it was generated -
> Every
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Harring,
Harring Figueiredo wrote:
> I am not sure if the DTD declares that (I did not take a look at it), but
> basically the way to pass param on a HTML URL is the way it was generated -
> Every single HTTP server will not parse the parameters corre
In my jsp i've a code like this:
The code works good. But the generated url are in this form:
http://localhost:8080/myApp/myAction.do?id=161298&year=2005
Instead of
http://localhost:8080/myApp/myAction.do?id=161298&year=2005
As required by the DTD declared
I am not sure if the DTD declares that (I did not take a look at it), but
basically the way to pass param on a HTML URL is the way it was generated -
Every single HTTP server will not parse the parameters correctly if it is in
the form that you want. If you have some special parser or that is inde
2007/4/20, Marcello Savino <[EMAIL PROTECTED]>:
The code works good. But the generated url are in this form:
http://localhost:8080/myApp/myAction.do?id=161298&year=2005
Instead of
http://localhost:8080/myApp/myAction.do?id=161298&year=2005
As required by the DTD declared (xhtml 1.0 strict)
5 matches
Mail list logo