Integer και Text σε HTML έγγραφο
Posted: Fri Jun 22, 2007 8:44 pm
Υπάρχει κάποιος τρόπος να δέχεται ένα HTML έγγραφο και Text και Integer χωρίς να χτυπάει αυτό το σφάλμα[illegal to have multiple occurrences of content type...] όταν γράφουμε:
<%@page contentType="text/html"%>
<%@page contentType="INT/html"%>
?
<%@page contentType="text/html"%>
<%@page contentType="INT/html"%>
?