Liferay Module Fragment

Kevin Neibarger, modified 6 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts
Are there any tutorials on how to create a Liferay Module Fragment in the Liferay IDE? The information I'm finding on this minimal at best.. I want to create a JSP fragment module that I can use like a hook to create and use custom taglibs. I'm converting a 6.2 application to 7.1 and I've used alot of custom taglibs that replaced redundant JSP code. And these were WEB-INF/tags in a WAR project so I didn't need to do much configuration.