Boa noite
Estou tendo problemas ao usar o commandLink do iceFaces e do jsf assim como do proprio jsf
Não sei o q acontece mas so pelo fato de estar usando a pagina em IceFaces os componentes h:commandLink e ice:commandLink nao funciona e emiti a seguinte mensagem de erro de java script:
Line:20
Char:1
Error: ‘iceFormAndamentoAluno:_id11:_idcl’ is null or not an object
Code:0
URL:http://localhost:8084/pedagoweb/menu.iface
vou colocar o meu codigo
Agradeço a todos
Sérgio Eduardo
<%@page contentType=“text/html”%>
<%@page pageEncoding=“UTF-8”%>
<%@taglib prefix=“f” uri=“http://java.sun.com/jsf/core”%>
<%@taglib prefix=“h” uri=“http://java.sun.com/jsf/html”%>
<%@taglib uri=“http://www.icesoft.com/icefaces/component” prefix=“ice” %>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title>Historico Anual do Aluno</title>
</head>
<body>
<h1>Pedago - Histórico Escolar</h1>
<ice:form style=“body” id=“iceFormAndamentoaluno”>
<f:view>
<h:form>
<ice:commandLink value=“Andamento semanal do aluno” action=“andamentoaluno”/>
</h:form>
</f:view>
</ice:form>
</body>
</html>