-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP26, Master
-
Fix Version/s: 7.0.0 DXP FP30, 7.0.X EE, 7.0.4 CE GA5, 7.1.X, Master
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
This is an issue for Developers. Not for end users. To reproduce:
- Create a module with Portlet that extends from SoyPortlet
- Create another module with an MVCRenderCommand with the javax.portlet.name pointing to the portlet name created on step 1
- Create a View.soy on the second module under the resources folder
- On the MVCRenderCommand, make the render method return "View"
- Add that portlet to the page
Expected Result:
The portlet renders the contents of View.soy
Actual Result
Portlet is unavailable