hi all,
as i'm new to jsp my question i stupid but do you kown why with this code :
I do have this error :
what's the problem with my declaration ? Best regards X-),
Elise
as i'm new to jsp my question i stupid but do you kown why with this code :
Code:
<%@ page language="java" %>
<%@ page import="java.util.*" %>
<%@ page import="java.lang.*" %>
<html>
<body>
<% String toto = "blah"; %>
blahh blahh
(html code)
<%= toto %>
</body>
</html>
I do have this error :
Code:
C:\WebSphere\AppServer\temp\default_host\MyWebApp\ConnClass2_jsp_52.java:93: Invalid declaration. String toto = "toto";
what's the problem with my declaration ? Best regards X-),
Elise