-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 7.2.0 GA1
-
Fix Version/s: None
-
Component/s: Dev Tools > Project Templates
-
Labels:
- create a spring-mvc-portlet module using name springMvc(porject name contains a uppercase
- go to src/main/webapp/WEB-INF folder
1. in liferay-portelt.xml
<portlet-name>springMvc</portlet-name>
2. in portlet.xml(${className.toLowerCase()})
<portlet-name>springmvc</portlet-name>
3. portlet-id in liferay-display.xml
<portlet id="springMvc" />