hi...
I have a condition for checking if two values are equal or not
<logic:notEqual name='orderDetailsForm' property='<%="sysOrderID[" + element + "]"%>' value ='<%="invoiceNumber[" + element + "]"%>'>
</logic:notEqual>
i want to print values for sysorderID and invoiceNumber currently for the condition..
how to print these values on
jsp???