Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Custom taglib function not getting in another module inside module
HI,
Custom taglib function, not working in Liferay 7.2 CE
My project structure is below :
Sample - Liferay Workspace
Error :: throwing runtime as taglib function not getting while JSP page load
Custom taglib function, not working in Liferay 7.2 CE
My project structure is below :
Sample - Liferay Workspace
- modules
- module 1
- submodule1a
- subModule1b-taglib - Custom Taglib Functions
- module 2
- submodule2a - I am going to use taglib function from "subModule1b-taglib ".
- submoduke2b
- module 1
Sub Module 1B - BND.BND
Bundle-Name: submodule1b-taglib
Bundle-SymbolicName: com.abc.taglib.function
Bundle-Version: 1.0.0
Export-Package: com.abc.taglib.function
Provide-Capability:\
osgi.extender;\
osgi.extender="jsp.taglib";\
uri="http://abc.sample.com/tld/abc";\
versionersion="${Bundle-Version}"
Web-ContextPath: /submodule1b-taglib
Sub Module 2A - MVC Portlet - BUILD.GRADLE
compileOnly project(":modules:module1:submodule1b-taglib")
Error :: throwing runtime as taglib function not getting while JSP page load
Vishal Shah:
Can you be more specific than "not working"? Compile-time-problems? Runtime? What's the message? What do you deploy?
Custom taglib function, not working in Liferay 7.2 CE
It's Runtime error throwing as Function (Taglib) not found while JSP page load.