JSP (Java Server Page) - <identifier> expected

 
Vista:

<identifier> expected

Publicado por Luis (1 intervención) el 27/02/2005 17:15:28
Hola!! Este es el código muy sencillo:
<%@ page import="web.ui.WebPanel" %>
<%!
private WebPanel panel;
panel=new WebPanel("addZone.html");
%>

Pero me da este error:
addZone_jsp.java:13: <identifier> expected
panel=new WebPanel("addZone.html");
^
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder