Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
@PACKAGE@ Title in JSP files does not get replaced in the JSP pages.
Having trouble with CVS today so can't create a patch
The fix:
In template.properties for struts and struts-jstl projects
maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**,src/conf/ApplicationResources.properties
One other nice change that can be made is to replace in ApplicationResources.properties
title.page=The title @PACKAGE@
to
title.page=The title @NAME@