Originariamente inviato da alka
Suggerisco di usare titoli più significativi in futuro, come indicato nel
Regolamento.
Qui l'ho corretto io per fornire un esempio.
sorry alka per il titolo!!!!
intanto grazie per le risposte.... questo codice mi da il seguente errore..
index.jsp
codice:
..............
<body>
<%
if (request.getParameter("nome").equals("ciao")){
out.print("ciao a tutti");
}
%>
<form method="post" action="index.jsp">
<input type="text" name="nome"/>
<input type="submit" value="login"/>
</form>
</body>
questo è l'errore
codice:
HTTP Status 500 -
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: java.lang.NullPointerException
root cause
java.lang.NullPointerException
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.0.1 logs.
GlassFish Server Open Source Edition 3.0.1
qual'è il problema???