Oii…
Estou com uma dificuldade na seguinte questao:
Estou com um codigo guardado na session:
<%
String codigo = request.getParameter( "CodCliente" );
session.setAttribute( "idcliente", codigo );%>
Estou guardando ela para ser gravada no banco de dados, independente se a pessoa fizer a compra ou nao…
Só que esta ocorrendo o seguinte erro:
StackTrace
javax.faces.FacesException: javax.faces.FacesException: Could not retrieve value of component with path :
t org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:57)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_h_005fpanelGrid_005f4(Boleto_jsp.java:2111)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_t_005fdiv_005f3(Boleto_jsp.java:584)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_t_005fdiv_005f2(Boleto_jsp.java:528)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_t_005fdiv_005f1(Boleto_jsp.java:498)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_t_005fdiv_005f0(Boleto_jsp.java:457)
at org.apache.jsp.notafiscal.Boleto_jsp._jspx_meth_f_005fview_005f0(Boleto_jsp.java:395)
at org.apache.jsp.notafiscal.Boleto_jsp._jspService(Boleto_jsp.java:221)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
..
..
O que podera estar ocorrendo ?