The end tag "</html:form" is unbalanced

6 respostas
M

Galera estou tendo o seguinte erro :

2006-12-28 11:39:18,656 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/portal].[action]] Servlet.service() for servlet action threw exception javax.servlet.jsp.JspException: ServletException in '/WEB-INF/pages/admin/templates/default/forum/forumList.jsp': /WEB-INF/pages/admin/templates/default/forum/forumList.jsp(63,0) The end tag "</html:form" is unbalanced
:

Com o Codigo abaixo :

<html:form action="/doForum">
    <html:hidden property="name" value="findAll"/>
	<html:hidden property="page"/>
	
	<iu:iconMenu newImg="${images}new.gif" newUrl="${urlParam}showPortalRegister.k?oId=${param.oId}&oName=${param.oName}&popup=${param.popup}" 
    	         doSearchImg="${images}doSearch.gif" 
        	     helpImg="${images}help.gif" helpUrl="javascript:;"/>
        	     
	<tag:messageTable bundle="portal-param"/>        	     
	
	<tag:searchResult resultKey="label.list.result"
 			      noResultKey="label.list.noresult"
	   	          pageController="${pageController}"
				  collection="${forum}"
				  bundle="application">


	<table width="100%" border="1" cellspacing="0" cellpadding="4" class="tableTitle">
		<tr>
			<td width="25"></td>
			<td width="70"><bean:message key="forum.label.id" /></td>
	    	<td width="150"><bean:message key="forum.label.name"/></td>
		    <td><bean:message key="forum.label.description"/></td>
			<td width="30"></td>
	  	</tr>
	  	
    	   	 <logic:iterate id="forums" name="forum">
       	   	 <c:set var="forumI" value="${forums}" scope="request"/>
			  	<tr class="searchTableResult" onmouseover="this.className='searchTableResult2';" onmouseout="this.className='searchTableResult';">	
		  			<td width="25" align="center">
						<html:link action="????" paramId="id" paramName="group" paramProperty="id">
							<img src="miniUpdate.gif" alt="<bean:message key='label.update' bundle='application'/>" border=0>
						</html:link>
			  		</td>	
				    <td width="70">${forum.id}</td>
		    		<td width="150">${forum.name}</td>
		    		<td>${forum.description}</td>
			  	</tr>
		    </logic:iterate>
	</table>
	</html:form>

Pelo que itendi ele esta dizendo que naum estou fexhamdo o , mais eu estou .. alguem pode me ajudar ?

6 Respostas

P

hmmm otima pergunta, gostaria de saber isso tambem, e tambem aproveitando gostaria de saber se pode ter uma taglib dentro de outra…

exemplo <html:html value=<bean:message …>

M

Hehehehe, sobre a taglib sei responder… pelo que eu saiba pode sim…

Mais a duvida incial permanece! :smiley:

D

Cara a tag:searchResult não está sendo fechada… pelo menos não achei seu fechamento…
Da uma olhada nisso…

[]´s
Rodrigo

M

Era isso mesmo amigo muito obrigado :smiley:

P

eu acho que nao pode… eu vi um post falando que nao pode e outro falando que pode… tem como confirmar isso direito, pq eu testei aqui na internacionalizacao e nao deu…

D

E quanto à uma tag “dentro” de outra não rola…
Vc pode usar Expression Laguage(EL) para isso…

[]´s
Rodrigo

Criado 28 de dezembro de 2006
Ultima resposta 28 de dez. de 2006
Respostas 6
Participantes 3