Hello,
Last days I was working about portlet which has to implement some search functionality througth Liferay's web content/journal articles. And i want to share some information related search implementation.
Hello,
Last days I was working with spring portlets and want to share some basic knowledge related them.
To make spring portlet you can create basic MVC Liferay portlet by using Liferay IDE or plugin's ant script and make few steps.
It was needed to allow user change their profile by accessing some user page with My account portlet.
Because of My account portlet is system one you can't add it to pages simply, but by overriding some properties under ext-plugin you will be able to put it on the page.
Sometimes it is needed to use some html tags for liferay web content's abstracts, but this field is simple text area and it is not user friendly to put tags by hands. So, I decided to change abstract textarea to richtext editorm I will use Hook-plugin for this. Here you can find how to use rich text editor, so I tried to implement this solution.