BubikolRamios
11-16-2009, 12:19 PM
<%String tmpText = getdatafromdatabase();%>
// tmpText comes out here as 'čšž'
<jsp:include page="../WEB-INF/jspf/tooltip.jsp" flush="true" >
<jsp:param name="tooltip_text" value="<%=tmpText%>" />
</jsp:include>
in inluded page there are '?!..' instead of 'čšž'
even putting:
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
on top of included page does not help. ?
// tmpText comes out here as 'čšž'
<jsp:include page="../WEB-INF/jspf/tooltip.jsp" flush="true" >
<jsp:param name="tooltip_text" value="<%=tmpText%>" />
</jsp:include>
in inluded page there are '?!..' instead of 'čšž'
even putting:
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
on top of included page does not help. ?