alguem sabe me dizer porque da esse erro?
Error(33): Idioma de Expressão não suportado no atributo value durante a compilação
minha jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv=Expires content="Thu, 01 Jan 1970 00:00:00 GMT">
<meta http-equiv=Cache-Control content=no-store>
<meta http-equiv=Pragma content=no-cache>
<link rel="stylesheet" type="text/css" href="../css/layout.css">
</head>
<body >
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../imagens/servicos.gif"/></td>
</tr>
<tr>
<td><h4>Descrição dos Serviços.</h4></td>
</tr>
<tr>
<td>
<c:out value="${servicosVo.servico1}"/>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>