Re: Struts1->Struts2 JSP tags

2014-07-02 Thread Paul Benedict
Use JSTL or the struts "if" tag Cheers, Paul On Wed, Jul 2, 2014 at 3:42 PM, Christopher Gokey 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

Struts1->Struts2 JSP tags

2014-07-02 Thread Christopher Gokey
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