Re: [TEST] Apache Struts 6.6.0 test build is ready
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
Sorry, please ignore previous emails, I went back in my logs and found
the same errors. Fixed it by updating my crusty code.😳
<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
<%
pageContext.setAttribute("version",my.model.MyFactory.getMe().getVersion());
pageContext.setAttribute("revision",my.model.MyFactory.getMe().getRevision());
pageContext.setAttribute("yyyy",my.model.MyFactory.getMe().getCurrentYear());%>
<div align="center">
<em>Copyright © <s:text name="footer.productNameHtml"><s:param
value="#attr.yyyy" /><s:param value="#attr.version" /><s:param
value="#attr.revision" /></s:text></em>
</div>
On 20/07/2024 07:52, Lukasz Lenart wrote:
> Hello,
>
> This is another minor version of Struts 6.x series. Please take the
> time and test the bits - any help is appreciated. Please report any
> problems you will spot.
>
> Here are the changes from the previous version:
> https://github.com/apache/struts/releases/tag/STRUTS_6_6_0
>
> Staging Maven repo
> https://repository.apache.org/content/groups/staging/
>
> Standalone artifacts
> https://dist.apache.org/repos/dist/dev/struts/6.6.0/
>
> Release notes
> https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.0
>
>
> Kind regards
> --
> Łukasz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:[email protected]
> For additional commands, e-mail:[email protected]
>