sepe81 commented on code in PR #1077:
URL: https://github.com/apache/struts/pull/1077#discussion_r1954687995
##########
apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp:
##########
@@ -61,7 +59,7 @@
<meta name="description" content="Struts2 Showcase for Apache Struts
Project">
<meta name="author" content="The Apache Software Foundation">
- <title><decorator:title default="Struts2 Showcase"/></title>
+ <title><sitemesh:write property="title"/></title>
Review Comment:
@lukaszlenart Don't we need a taglib replacement on L:52?
IntelliJ warns `Namespace 'sitemesh' is not bound`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]