IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Eclipse Java Discussion :

Problème avec l'éditeur de pages JSP


Sujet :

Eclipse Java

  1. #1
    Membre actif
    Profil pro
    Inscrit en
    Septembre 2006
    Messages
    729
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2006
    Messages : 729
    Points : 250
    Points
    250
    Par défaut Problème avec l'éditeur de pages JSP
    Bonjour,
    je travaille sur Ganymede avec le plugin WTP et j'ai des problemes avec l'editeur de page JSP :
    1) l'editeur me signale une multitude d'erreurs (des croix rouge) qui n'existe pas (puisque j'ai deja fait tourner mon application et ca marche)
    2) Et a chaque fois que j'essaye d'inserer un caractere, j'ai le message d'erreur suivant qui s'affiche :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser: input could not be parsed correctly at position xxx            java.lang.StackOverflowError
    Je ne sais pas quoi faire. Pouvez-vous me venir en aide. Faut-il reconfigurer partiellement ECLIPSE ou faire autre chose ?
    Si vous connaissez d'autre part un validateur de page JSP, ca m'interesse. J'ai essaye le validateur du W3C mais c'est un validateur de HTML et non de JSP. Il n'interprete pas bien les balises JSTL.
    Merci d'avance

  2. #2
    Membre actif
    Profil pro
    Inscrit en
    Septembre 2006
    Messages
    729
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2006
    Messages : 729
    Points : 250
    Points
    250
    Par défaut
    j'ai oublié d'insérer la page JSP sur laquelle je travaille
    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
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
     
    <%@ include file="taglibs.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    	<head> 
    		<title> LISTE DES MESSAGES FORUM</title>
    		<link rel="stylesheet" type="text/css" href="css/administratorForum.css" media="screen" title="Styles de la page administratorForum.jsp" />
    		<script type="text/javascript" src="<c:url value="js/administratorForum.js"/>" />
    	</head>
     
    	<body onclick="initialize();">
    		<input type="hidden" id="numberPage" value="${numberPage}" />
    		<div id="lienacceuil">
    			<a href="index.jsp">Revenir à la page d'acceuil</a>
    		</div>
     
    		<!-- controls above thread list -->
    		<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
    			<tr valign="bottom">
    				<td class="smallfont"><a href="http://www.developpez.net/forums/newthread.php?do=newthread&amp;f=934" rel="nofollow"><img src="img/nouvellediscussion.gif" alt="Ouvrir la nouvelle discussion" border="0" /></a></td>
    				<td id="pagenav" class="vbmenu_control" title="" style="cursor: pointer;">
    					<img border="0" src="img/nouvellediscussion.gif" onclick="openGoToAuthor('author');" title="" alt="Rechercher par auteur"/>
    					<div id="findByAuthor_menu" class="vbmenu_popup" style="position: absolute; z-index: 50; clip: rect(auto, auto, auto, auto); left: 831px; top: 383px; display: none;">
    						<table cellspacing="1" cellpadding="4" border="0">
    							<tbody>
    								<tr>
    									<td class="thead" nowrap="nowrap">Rechercher par auteur...</td>
    								</tr>
    								<tr>
    									<td class="vbmenu_option" title="">
    										<form id="findByAuthor_form"  method="get" action="<%= request.getContextPath() %>/findadministratorforum?">
    											<select id="author" name="author" class="bginput" style="font-size: 11px;" >
    											</select>
    											<input id="findByAuthor_ibtn" class="button" type="button" value="Go"/>
    										</form>
    									</td>
    								</tr>
    							</tbody>
    						</table>
    					</div>
    				</td>
    				<!-- Navigation -->
    				<td align="right">
    					<div class="pagenav" align="right">
    						<table class="tborder" cellpadding="3" cellspacing="1" border="0">
    							<tr>
    								<td class="vbmenu_control" style="font-weight:normal">Page ${page} sur ${numberPage}</td>
    								<c:if test="${(page-1) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-1}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Page précédente - Résultats ${(page-2)*rows+1} à ${(page-2)*rows+rows} sur ${size}">&lt;</a></td></c:if>
    								<c:if test="${(page-10) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-10}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-11)*rows+1} à ${(page-11)*rows+rows} sur ${size}">${page-10}</a></td></c:if>
    								<c:if test="${(page-5) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-5}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-6)*rows+1} à ${(page-6)*rows+rows} sur ${size}">${page-5}</a></td></c:if>
    								<c:if test="${(page-4) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-4}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-5)*rows+1} à ${(page-5)*rows+rows} sur ${size}">${page-4}</a></td></c:if>
    								<c:if test="${(page-3) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-3}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-4)*rows+1} à ${(page-4)*rows+rows} sur ${size}">${page-3}</a></td></c:if>
    								<c:if test="${(page-2) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-2}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-3)*rows+1} à ${(page-3)*rows+rows} sur ${size}">${page-2}</a></td></c:if>
    								<c:if test="${(page-1) >= 1}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page-1}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page-2)*rows+1} à ${(page-2)*rows+rows} sur ${size}">${page-1}</a></td></c:if>
    								<td class="alt2"><span class="smallfont" title="Affichage des résultats ${(page-1)*rows+1 } à ${(page-1)*rows+rows } sur ${size}"><strong>${page}</strong></span></td>
     								<c:if test="${(page+1) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+1}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${page*rows+1} à ${page*rows+rows} sur ${size}">${page+1}</a></td></c:if>
     								<c:if test="${(page+2) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+2}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page+1)*rows+1} à ${(page+1)*rows+rows} sur ${size}">${page+2}</a></td></c:if>
     								<c:if test="${(page+3) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+3}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page+2)*rows+1} à ${(page+2)*rows+rows} sur ${size}">${page+3}</a></td></c:if>
     								<c:if test="${(page+4) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+4}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page+3)*rows+1} à ${(page+3)*rows+rows} sur ${size}">${page+4}</a></td></c:if>
     								<c:if test="${(page+5) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+5}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page+4)*rows+1} à ${(page+4)*rows+rows} sur ${size}">${page+5}</a></td></c:if>
     								<c:if test="${(page+10) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+10}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Affichage des résultats ${(page+9)*rows+1} à ${(page+9)*rows+rows} sur ${size}">${page+10}</a></td></c:if>
     								<c:if test="${(page+1) <= numberPage}"><td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${page+1}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Page suivante - Résultats ${page*rows+1} à ${page*rows+rows} sur ${size}">&gt;</a></td></c:if>
     								<td class="alt1"><a class="smallfont" href="<%= request.getContextPath() %>/findadministratorforum?page=${numberPage}&amp;order=${order}&amp;sort=${sort}&amp;author=${author}" title="Dernière page - Résultats ${(numberPage-1)*rows+1} à ${(numberPage-1)*rows+rows} sur ${size}">Dernière <strong>&raquo;</strong></a></td>
     
    								<td id="pagenav.52" class="vbmenu_control" title="" style="cursor: pointer;">
    									<img border="0" src="img/menu_open.gif" onclick="openGoToPage();" title="" alt=""/>
    									<div id="pagenav_menu" class="vbmenu_popup" style="position: absolute; z-index: 50; clip: rect(auto, auto, auto, auto); left: 831px; top: 383px; display: none;">
    										<table cellspacing="1" cellpadding="4" border="0">
    											<tbody>
    												<tr>
    													<td class="thead" nowrap="nowrap">Aller à la page...</td>
    												</tr>
    												<tr>
    													<td class="vbmenu_option" title="">
    														<form id="pagenav_form" onsubmit="return gotopage()" method="get" action="<%= request.getContextPath() %>/findadministratorforum?order=${order}&amp;sort=${sort}">
    															<input id="pagenav_itxt" name="pagenav_itxt" class="bginput" type="text" size="4" style="font-size: 11px;"/>
    															<input id="pagenav_ibtn" class="button" type="button" value="Go"/>
    														</form>
    													</td>
    												</tr>
    											</tbody>
    										</table>
    									</div>
    								</td>
    							</tr>
    						</table>
    					</div>
    				</td>
    			</tr>
    		</table>
    		<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
    			<tr>
    				<td class="tcat" width="100%">Discussions dans le forum</td>
    			</tr>
    		</table>
    		<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" id="threadslist">
    			<tbody>
    				<c:forEach items="${annonceList}" var="annonce">
    				<tr>
    					<td class="alt1"><img src="img/speaker.gif" border="0" alt="Annonce" /></td>
    					<td class="alt2" colspan="4">
    						<div>
    							<span class="smallfont" style="float:right">Affichages: <strong>${annonce.viewNumber}</strong> </span>
    							<strong>Annonce</strong>: <a href="http://www.developpez.net/forums/a29/java/general-java/debuter/ressources-java-contacts-participations/">${annonce.title}</a>
    						</div>
    						<div>
    							<span style="float:right"><span class="smallfont">${annonce.goodFormatDateTime}</span></span>
    							<span class="smallfont">
    								Administrateur
    							</span>
    						</div>
    					</td>
    				</tr>
    				</c:forEach>
     
    				<tr>
     
     
    					<td class="thead">&nbsp;</td>
     
    					<td class="thead" width="100%">
    						<c:if test="${author==''}"><span style="float:right"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=mark" rel="nofollow">Note</a> <c:if test="${sort=='mark' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=mark" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='mark' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=mark" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></span></c:if><c:if test="${author!=''}"><span class="table_title_normal">Note</span></c:if>
    						<c:if test="${author==''}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=title" rel="nofollow">Discussion</a><c:if test="${sort=='title' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=title" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='title' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=title" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></c:if><c:if test="${author!=''}"><span class="table_title_normal">Discussion</span></c:if>  /
    						<c:if test="${author==''}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=author" rel="nofollow">Auteur</a> <c:if test="${sort=='author' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=author" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='author' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=author" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></c:if><c:if test="${author!=''}"><span class="table_title_normal">Auteur</span></c:if>
    					</td> 
    					<td class="thead" width="150" align="center" nowrap="nowrap"><c:if test="${author==''}"><span style="white-space:nowrap"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=date" rel="nofollow">Dernier message</a> <c:if test="${sort=='date' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=date" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='date' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=date" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></span></c:if><c:if test="${author==''}"><span class="table_title_normal">Dernier message</span></td>
    					<td class="thead" align="center" nowrap="nowrap"> <span style="white-space:nowrap"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=replyCount" rel="nofollow">Réponses</a> <c:if test="${sort=='replycount' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=replyCount" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='replyCount' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=replyCount" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></span></td>
    					<td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=views" rel="nofollow">Affichages</a> <c:if test="${sort=='views' && order=='desc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=asc&amp;sort=views" rel="nofollow"><img class="inlineimg" src="img/sortasc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if><c:if test="${sort=='views' && order=='asc'}"><a href="<%= request.getContextPath() %>/findadministratorforum?page=${page}&amp;order=desc&amp;sort=views" rel="nofollow"><img class="inlineimg" src="img/sortdesc.gif" alt="Inverser l'ordre de tri" border="0" /></a></c:if></span></td>
    				</tr>
    			</tbody>
    			<tbody id="threadbits_forum_934">
    				<tr><td colspan="6" class="vbmenu_control"><img src="http://www.developpez.net/forums/images/1x1.gif"/></td></tr>
    				<c:forEach items="${discussionList}" var="discussion">
     
    				<tr>
    					<td class="alt1" >
    						<img src="img/envelope.gif"  alt="" border="" />
    					</td>
    					<td class="alt1" id="td_threadtitle_736638" title="">
    						<div>
    							<a href="http://www.developpez.net/forums/d736638/java/general-java/debuter/exception-clarification/" id="thread_gotonew_736638"><img class="inlineimg" src="img/firstnew.gif" alt="Aller au premier nouveau message" border="0" /></a>
    							<strong>
     
     
     
     
    							</strong>
    							<a href="http://www.developpez.net/forums/d736638/java/general-java/debuter/exception-clarification/" id="thread_title_736638" style="font-weight:bold">${discussion.title}</a>
    						</div>
    						<div class="smallfont">
    							<c:if test="${discussion.mark!=0}"><span style="float:right"><img class="inlineimg" src="img/rating_${discussion.mark}.gif" border="0" alt="Note de la discussion : 1 vote(s), moyenne 5,00." /></span></c:if>
    							<span style="cursor:pointer" onclick="window.open('http://www.developpez.net/forums/u129040/nypahe/', '_self')">${discussion.author}</span>
    						</div>
    					</td> 
    					<td class="alt2" title="${discussion.answerNumber} réponses, ${discussion.viewNumber} affichages">
    						<div class="smallfont" style="text-align:right; white-space:nowrap"><span class="time">${discussion.goodFormatDateTime}</span><br />
    							par ${discussion.lastReplier}  <a href="http://www.developpez.net/forums/d736638/java/general-java/debuter/exception-clarification/#post4265737"><img class="inlineimg" src="img/lastpost.gif" alt="Aller au dernier message" border="0" /></a>
    						</div>
    					</td>
    					<td class="alt1" align="center"><a rel="nofollow" href="http://www.developpez.net/forums/misc.php?do=whoposted&amp;t=736638" onclick="who(736638); return false;">${discussion.answerNumber}</a></td>
    					<td class="alt2" align="center">${discussion.viewNumber}</td>
    				</tr>
     
    			</c:forEach>
    			</tbody>
    			</table>
    	</body>
    </html>

  3. #3
    Rédacteur/Modérateur
    Avatar de Laurent.B
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Novembre 2004
    Messages
    3 468
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 51
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Novembre 2004
    Messages : 3 468
    Points : 17 037
    Points
    17 037
    Par défaut
    Bonjour,

    Tu n'indiques pas ta version d'Eclipse... (récupère le bundle JEE de Eclipse 3.4.2, si ce n'est pas déjà fait et si tu peux)
    Ca peut être un bug WTP ou un mauvaise structure de ton projet sous Eclipse.

  4. #4
    Membre actif
    Profil pro
    Inscrit en
    Septembre 2006
    Messages
    729
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2006
    Messages : 729
    Points : 250
    Points
    250
    Par défaut
    Bonjour,
    je ne sais pas ce que c'est que le bunddle. Sinon je m'en suis sorti en recreant un fichier .js et en faisant un copier/coller et tout fonctionne bien. Je n'ai plus eu d'erreur signalées. Merci pour ta réponse.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème avec l'éditeur d'équation de word
    Par henri005 dans le forum Word
    Réponses: 3
    Dernier message: 30/01/2007, 10h47
  2. [VC++ .NET] Problème avec l'éditeur de liens
    Par hamster dans le forum MFC
    Réponses: 11
    Dernier message: 09/05/2005, 11h08
  3. [Débutant] Problème de déconnexion d'une page JSP
    Par amal9 dans le forum Servlets/JSP
    Réponses: 12
    Dernier message: 22/01/2004, 13h40

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo