Hi,

I updated our project using 2.1.6 to 2.1.8.1 and surprised to find
that <s:a> tag breaks the application.

An example is
<s:a href="#" tabindex="3">Login</s:a>
renders to in 2.1.8.1
<a tabindex="3" href="#"/>

When I looked into the simple template, seems like the change in a.ftl
and a-close.ftl is causing this.

In 2.1.8, the a.ftl basically moved into a-close.ftl and using
${parameters.body} in between.

>${parameters.body}</a>

I don't believe this is a bug as it is obvious, does this mean the
usage of <s:a> changed?

FWIW, I am using struts in a maven project, so dependencies is
retrieved by maven.

Cheers,
Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to