Re: [TEST] Apache Struts 6.6.0 test build is ready
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkNJZjqdBms=PVdXEctU4XFbxgd5rp_uG4P2DspKPRRN5w@mail.gmail.com> |
sob., 20 lip 2024 o 11:51 Greg Huber <[email protected]> napisał(a): > > 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> Uff... good to know and thanks for sharing your issue and the solution! Cheers Lukasz