You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Srinivas Jadcharla <jd...@gmail.com> on 2005/11/22 22:54:51 UTC

Hi ,
 I have code like this.

<logic:equal name="viewPaymentsAndDisbursementsForm"
property="lastPaymentAmount"
value= "0.00">

no payments have been applied to your account.</span></td>

</logic:equal>

<logic:greaterThan name="viewPaymentsAndDisbursementsForm"
property="lastPaymentAmount"
value="0.00">

Some payments have been applied to your account.</span></td>

</logic:greaterThan>
The Aboove code was working as long as lastPaymentAmount was double.But as
per the requiremnt i had to change it to String.As per the new requirement i
have to look for whether lastPaymentAmount is null or not.Which Struts Libs
i need to use in this situation..

Thanks In Advance
 Srinivas