Hi Ladies and Gentlemen

I want to use <logic:equals> tags around a <html:form action> but I am having
errors.  I am not sure if this is allowed in struts.  Can someone please confirmthat 
this is not or is allowed in struts.

The code I have is

--------------------------snip----------------------------

<logic:equal name="testPageBean" property="typeOfProcess" value="add">
<html:form action="/addUser" focus="username">
</logic:equal>
<logic:equal name="testPageBean" property="typeOfProcess" value="modify">
<html:form action="/modifyUser" focus="username">
</logic:equal>
....rest of form definition

--------------------------snip-----------------------------

The error I am getting is

org.apache.jasper.compiler.ParseException: /WEB-INF/pages/clientDetails.jsp(21,0) 
??????????????: ???? &lt;/logic:equal&gt; ???????????????????
        at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)
        at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java)
        at org.apache.jasper.compiler.Parser.parse(Parser.java)



-- 


Cheers

Tony。
---------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to