Hello, you can use jstl

<%-- Declare the core library --%>
    <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %>

    <%-- Simple if conditions --%>
    <c:if test='${param.p == "someValue"}'>
        Generate this template text if p equals someValue
    </c:if>


El 12/05/2006, a las 14:27, Patil, Sheetal escribió:

Hello friends

Can we compare values of two beans in jsp page by using any tag ( like
logic etc...)
Or is there any other method to compare values of two beans in jsp page


Thanks in advance,
Sp


----------------------------------------------
Jorge Martín Cuervo

email: [EMAIL PROTECTED]
voz: +34 660 026 384
----------------------------------------------



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

Reply via email to