You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Philippe Hodapp / 1genia <ph...@1genia.com> on 2002/02/08 15:46:37 UTC

logic:equal tag problem

I would like a parameter in the value of the equal tag. Is this possible :
<logic:equal name="categorieitem" property="noCat" value="">

i try value="<%out.println(var)%>" but this don't work.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: logic:equal tag problem

Posted by Keith Bacon <ke...@yahoo.com>.
maybe try value="<%= var%>"

--- Philippe Hodapp / 1genia <ph...@1genia.com> wrote:
> I would like a parameter in the value of the equal tag. Is this possible :
> <logic:equal name="categorieitem" property="noCat" value="">
> 
> i try value="<%out.println(var)%>" but this don't work.
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>