I would like to extend a liferay core jsp by custom-jsp hook. In this extensions I add new html-form in the jsp so, that submitting this html-form should call my action-class.
However, how can I call my Action-Class from customizing jsp?
I would like to extend a liferay core jsp by custom-jsp hook. In this
Share
It’s not posible to add new Action class by the hook and refer to this from jsp that are customized from the same hook. Because the Action class and the custom jsp will be load from different class loader. New Action class will be load by portlet (hook) class loader, elsewise custom jsp will be load by the Root class loader.
The only way out is to create the ext-plugin.