Hi,
  I think it's a pretty straight forward issue. You have given html:form inside inside 
the logic:equal tags. Now from your perspective the property 'aBoolean' cannot be 
other than 'true' or 'false'. But for struts there could be a value other than these 
two for which the html:form tag is not reached at all.

So it says  not properly used..

The solution would be to put ur </html:form> also under <logic:equal>

<logic:equal name="responseActionForm" property="aBoolean" value="true">
     </html:form>
</logic:equal>
<logic:equal name="responseActionForm" property="aBoolean" value="false">
     </html:form>
</logic:equal>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2003 4:18 PM
To: [EMAIL PROTECTED]
Subject: <html:form> in a <html:logic>

Hello,

When I try to execute the following Jsp code

<logic:equal name="responseActionForm" property="aBoolean" value="true">
     <html:form method="post" action="/action1.do">
</logic:equal>
<logic:equal name="responseActionForm" property="aBoolean" value="false">
     <html:form method="post" action="/action2.do">
</logic:equal>

[...]
</html:form>


i have the following error :

[7/21/03 12:28:16:281 CEST]  37d783d WebGroup      E SRVE0026E: [Servlet
Error]-[/applications/createResponse.jsp&#40;98,10&#41; Unterminated
user-defined tag: ending tag &amp;lt&#59;/html:form&amp;gt&#59; not found
or incorrectly nested]: org.apache.jasper.compiler.ParseException:
/applications/createResponse.jsp(98,10) Unterminated user-defined tag:
ending tag &lt;/html:form&gt; not found or incorrectly nested


How can I do the kid of stuff ?

Thanks.

Cet e-mail et ses annexes ("le message") sont strictement confidentiels et
peuvent contenir des informations légalement confidentielles. Ce message
est établi à l'intention exclusive des personnes ou entités auxquelles il
est adressé. Si vous n'êtes pas le destinataire de ce message, toute
lecture, copie, diffusion, publication ou toute autre utilisation de ce
message est interdite.
Merci de nous notifier immédiatement si ce message vous a été adressé par
erreur et de le détruire.
L'intégrité et la sécurité de ce message ne sont pas garanties, et
Euroclear France ne peut être responsable d'altération, d'interception des
données ou modification non autorisée.
Euroclear est le nom commercial du système Euroclear, Euroclear Plc,
Euroclear Bank et ses filiales.

This e-mail message, including any attachments transmitted with it, is
CONFIDENTIAL and may contain legally privileged information. This message
is intended solely for the use of the individual or entity to whom it is
addressed. If you are not the intended recipient you should not read, copy,
distribute, disclose or otherwise use this information. If you have
received this message in error,  please notify us immediately and delete it
from your system. The integrity and security of this message cannot be
guaranteed and it may be subject to data corruption, interception and
unauthorised amendment, for which we accept no liability. Euroclear is the
marketing name for the Euroclear System, Euroclear plc, Euroclear Bank and
their affiliates.                      http://www.euroclear.com





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to