Discussion:
Struts1->Struts2 JSP tags
Christopher Gokey
2014-07-02 20:42:41 UTC
Permalink
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
Paul Benedict
2014-07-02 20:45:45 UTC
Permalink
Use JSTL or the struts "if" tag


Cheers,
Paul
Post by Christopher Gokey
So I'm making progress in porting Struts1->Struts2, I've got a couple uses
logic:iterate
logic:equal
logic:notEmpty
seem to be the most heavily used. Is there equivalents for these in
Struts2?
Thanks,
Chris
Christopher Gokey
2014-07-03 18:51:18 UTC
Permalink
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,
Post by Paul Benedict
Use JSTL or the struts "if" tag
Cheers,
Paul
Post by Christopher Gokey
So I'm making progress in porting Struts1->Struts2, I've got a couple
uses
Post by Christopher Gokey
logic:iterate
logic:equal
logic:notEmpty
seem to be the most heavily used. Is there equivalents for these in
Struts2?
Thanks,
Chris
Loading...