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

Reply via email to