JSP: Exemple de Polymorphisme en jsp

                public void print() throws java.io.IOException 
                {
                    localOut.println("Hello from b...
");                 

Cet article JSP: Exemple de Polymorphisme en jsp est apparu en premier sur .

JSP: Exemple de gestion d’erreur

//Fichier: index.jsp


 Simple error testing 
The length of the nullString is 


/////////////////////////////////////////////////////
//Fichier: errPage.jsp

Uncaught exception  has been encountered!
           
       

Cet article JSP: Exemple de gestion d’erreur est apparu en premier sur .