How do I use Modulous operator in struts...I have to use logic:equal tag or it can be done in any other way?
Michal Bienek
Greenhorn
Joined: Jun 17, 2002
Posts: 29
posted
0
As far as I'm aware, there are no taglibs for mathematical operations in the Struts framework. You'll have to perform the operation between scriptlet tags, or (the better solution) is perform anything you need within the action that's the predecessor for your jsp page. You jsp should, in theory, not need to perform such calculations, merely present the results.