Bonjour,
je viens d'utiliser eclipse 3.0 et struts.
Dans mon projet, je suis un tutorial et pour celà j'ai crée une classe java avec le code suivant :
Mais eclipse ne voit pas import org.apache.struts.action.ActionForm; et ActionForm
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 Package struts.moi.personnel; import org.apache.struts.action.ActionForm; /** * @author Administrateur * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class FormulaireBean extends ActionForm{ // nom private String nom = null; public String getNom() { return nom; }
Il me signale une erreur : the import org.apache.struts.action.ActionForm cannot be resolve






Répondre avec citation





Partager