Bonjour,
Voici ce que j'ai comme erreur dans eclipse pour le code suivant:
J'ai l'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 <bean:define id="unRapport" name="rapports" type="com.socgen.ppbrapport.metier.domaine.document.rapport.Rapport" /> <html:option value="<%=unRapport.getNom().substring(0,unRapport.getNom().length()-12).toUpperCase()%>"> <bean:write name="unRapport" property="libelleBDD" />
unRapport cannot be resolved
Avez-vous une idée?
Je ne maitrise pas trop les tags jsps
Merci.
Partager