| Author |
Doubt in page attribute
|
V Gala
Ranch Hand
Joined: Aug 06, 2007
Posts: 113
|
|
Difference between <%@ page contentType="image/svg" %> <%@ page pageEncoding="image/svg" %> Are page Atttribute Case-sensitive <%@ page CONTENTTYPE="image/svg" %> is valid?
|
 |
Nitin Vashishtha
Greenhorn
Joined: Mar 26, 2008
Posts: 29
|
|
page Atttributes are Case-sensitive hence <%@ page CONTENTTYPE="image/svg" %> will not work and will through a 500 server error(jsp invalid attribute: CONTENTTYPE) when you will run your jsp page.
|
Nitin
SCJP 91%
|
 |
 |
|
|
subject: Doubt in page attribute
|
|
|