I looked at those, we have 100s of JSPs, so we ended up converting the custom tags we needed over to Struts2 from Struts1. Thanks goodness for old source code!
Thanks, On Wed, Jul 2, 2014 at 4:45 PM, Paul Benedict <[email protected]> wrote: > Use JSTL or the struts "if" tag > > > Cheers, > Paul > > > On Wed, Jul 2, 2014 at 3:42 PM, Christopher Gokey <[email protected]> > wrote: > > > So I'm making progress in porting Struts1->Struts2, I've got a couple > uses > > of Struts tags that I'd like to convert over as well: > > logic:iterate > > logic:equal > > logic:notEmpty > > > > seem to be the most heavily used. Is there equivalents for these in > > Struts2? > > > > Thanks, > > Chris > > >

