Hi All,
I'm want to use an api for encoding in my component's jsp and in my servlet which consist some backend logic. i have added dependency in my core,ui,parent's pom file. i'm able to import the class in the servlet and other java classes. but importing same class in component jsp is giving error only a type can be imported. i have tried giving package name in exported-packages and made other possible changes. any help?
Solved! Go to Solution.
Views
Replies
Total Likes
This error is usually because that package is not exported (or the bundle exporting it is not active), so not available to the JSP compiler.
Can you please check below points:
@ajinkayk6258253 Please verify first whether your bundle is in resolved state in OSGi console.If no then please make sure that it should be resolved in OSGi and then try to use.
If you are not able to figure out then provide detailed information of your issue.
Views
Replies
Total Likes
Views
Replies
Total Likes
This error is usually because that package is not exported (or the bundle exporting it is not active), so not available to the JSP compiler.
Can you please check below points:
Views
Likes
Replies