|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: Jan 2008
Messaggi: 1
|
[JSP] Problema di visualizzazione
Ciao a tutti,
ho la seguente semplice pagina jsp: Codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <title>|| HRM || MPSint ||</title> </head> <body bgcolor="white"> Inserisci le informazioni: <form action="validate.jsp" method="post"> <table> <tr> <td>Nome:</td> <td><input type="text" name="Nome" value="${fn:escapeXml(param.Nome)}"> </td> <td>${fn:escapeXml(NomeError)}</td> </tr> <tr> <td>Cognome:</td> <td><input type="text" name="Cognome" value="${fn:escapeXml(param.Cognome)}"> </td> <td>${fn:escapeXml(CognomeError)}</td> </tr> <tr> <td colspan=2><input type="submit" value="Submit"></td> </tr> </table> </form> </body> </html> Grazie per l' attenzione |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 00:16.