You can use the JSTL tags for this.
<c:if test="${ bean1.property == bean2.property}" >
...
</c:if>


On Wed, 2003-06-04 at 13:34, Zhu He wrote:
> Hi
> We can use struts tag to compare the property of a bean to a value, like
> <logic:equal name="bean" property="prop1"
>                                          scope="request" value="value">
> 
> Are there struts tags we can use to compare the properties of 2 beans
> (without using any jsp scriplet)?
> 
> I am a newbie
> thx for you patience.
> 
> 
> Zhu
> 
>  



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

Reply via email to