Struts html help !! - Java - Programmation
Marsh Posté le 25-05-2005 à 17:13:27
salut, j'ai un probleme avec mon struts form, des que j'ajoute un champ html:hidden a mon form il me met une erreur j'y comprends rien ca me saoule. merci de votre aide. <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <%@ page contentType="text/html;charset=windows-1252"%> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>untitled</title> </head> <body> <html:form action="displayStat.do"> <html:hidden property="blabla"/> </html:form> </body> </html> erreur : Error: java.lang.NoClassDefFoundError: org.apache.struts.taglib.html.BaseFieldTag il me renvoie a la 1ere ligne
Marsh Posté le 25-05-2005 à 17:20:24
ben il trouve pas ta taglib....je vois pas où c'est compliqué... dans ton web-inf/ t'a bien le struts-html.tld ?
Marsh Posté le 25-05-2005 à 17:30:11
desole je debute en struts j'ai pas ce fichier dans mon web-inf, ou je peux le récupérer ??
Marsh Posté le 25-05-2005 à 19:25:55
il doit etre avec le package struts que tu as téléchargé il est dans le rep lib, une fois que tu décompresses l'archive...
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 25-05-2005 à 17:13:27
salut,
j'ai un probleme avec mon struts form,
des que j'ajoute un champ html:hidden a mon form
il me met une erreur j'y comprends rien ca me saoule.
merci de votre aide.
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ page contentType="text/html;charset=windows-1252"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>untitled</title>
</head>
<body>
<html:form action="displayStat.do">
<html:hidden property="blabla"/>
</html:form>
</body>
</html>
erreur :
Error: java.lang.NoClassDefFoundError: org.apache.struts.taglib.html.BaseFieldTag
il me renvoie a la 1ere ligne