2010-11-04 31 views
0
<?xml version="1.0" encoding="ISO-8859-1" ?> 

Qu'est-ce qui ne va pas n'est pas <jsp: expression> égal <%= %> expression dans le fichier jsp? & puis-je utiliser des tags d'action avec scriplet dans le même fichier?

<jsp:text> 

    <![CDATA[ <?xml version="1.0" encoding="ISO-8859-1" ?> ]]> 
</jsp:text> 

<jsp:text> 
    <![CDATA[ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ]]> 
</jsp:text> 

<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 
<title>JSP OUTPUT</title> 
</head> 


<body background="pic_for_try\\Cracked_LCD_Screen_Wallpaper.jpg" 
    style="background-attachment: fixed; background-repeat: repeat; background-color: #FF8000"> 

<jsp:expression>request.getParameter("myname")</jsp:expression> 

</body> 
</html> 

+0

Quel message d'erreur obtenez-vous? – nitind

Répondre

0

Essayez d'ajouter:

<%@ page isScriptingEnabled="true|false" isELEnabled="true|false"%> 
+0

il me dit - nom d'attribut non défini \t "isELEnabled" et isScriptingEnabled – MineIsMine

+0

Où l'avez-vous mis? ça devrait être au top. –

+0

Aussi vous faire vous avez inclus la bibliothèque jstl –