Re: A problem on Iterator tag.

2014-03-18 Thread Lukasz Lenart
Great! Fill a JIRA ticket with the patch! 2014-03-14 10:57 GMT+01:00 K OSSUser : > Hi, > > I'm using Struts2.3.15 and I had a problem then tested a simple jsp. > > I expected "1, 2, , 3," but the result was "1, 2, 2, 3,". > > Test.jsp > -

A problem on Iterator tag.

2014-03-14 Thread K OSSUser
Hi, I'm using Struts2.3.15 and I had a problem then tested a simple jsp. I expected "1, 2, , 3," but the result was "1, 2, 2, 3,". Test.jsp --- , --- I changed bel