Tom's Guide > Forum > Programmation > End of content reached while more parsing required: tag nesting error?

End of content reached while more parsing required: tag nesting error?

Forum Programmation : End of content reached while more parsing required: tag nesting error?

TomsGuide.com : 800 000 inscrits répondent à toutes vos questions high-tech et informatique. Pour obtenir de l'aide, inscrivez-vous gratuitement !
Mot :    Pseudo :           
 

je ne comprend pas cette erreur, quelqu'un peut il m'aider? :-?

Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.

quel langage ?
Peux tu mettre un peu de code ?

Répondre à szdavid
- 0 +

en jsp:

<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>



<%@ include file="applicationHeader.jsp" %>

<bean:define id="actionListPath" value='/gantryHeightList' />


<!-- Action button Table -->
<html:form action="<%= actionListPath %>" method="GET">

<table class="transparent" border="0" align=center cellspacing="0" width="80%">
<tr>
<td align="left" class="transparent" valign="top">
</td>
<td align="right" valign="top">
<table>
<tr>
<td><bean:message key="lbl.goto" /></td>
<td><input type="hidden" name="action"
value="<bean:write name="<%= paginationKey %>" property="actionGoto" />" />
<input type="hidden" name="operation" value="list" />
<html:text name="<%= paginationKey %>" property="startRcdId" />
</tr>
</table>
</td>
</tr>
</table>

</html:form>

<logic:present name="gantryHeightList" property="voList">

<table class="liste" border="0" align=center cellspacing="0" width="80%">


<tr>
<th class="liste">constructeur</th>
<tr>
<html:select name="liste" property="voList" size="1" />
<logic:iterate id="element" name="gantryHeightList" property="voList">
<html:option value=""><bean:write name="element" property="nomConstructeur"/>
</html:option>
</logic:iterate>
</html:select>
<!--<logic:iterate id="element" name="gantryHeightList" property="voList">
<tr>
<td><bean:write name="element" property="nomConstructeur" /></td>
</tr> -->





</table>

</logic:present>

Répondre à njac
Tom's Guide > Forum > Programmation > End of content reached while more parsing required: tag nesting error?
Aller à :

Il y a 2246 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens