By default, JSP compiler generates ��response.setContentType(��text/html; charset=ISO-8859-1��) in every JSP page. I can change the type by manually inserting ��response.setContentType(��text/html; charset=xxx��) in every JSP page. Is there any way to change the ��default�� charset in ContentType such that there is no need to setContentType manually? Kenneth
- Re: Ho to change default ContentType ? Kwan, Kenneth Y
- Re: Ho to change default ContentType ? Craig R. McClanahan
