I am trying to create my own login portlet for liferay, because I also need to do some other things like logging. However, the problem I came across is that the portal-impl.jar seems to be escaped, so I cannot use the loginutil class. Now I do not want to change how the actual input works, so this is quite a bummer. I read something about the possibility of using something like ext (the explanation was rather vague), but it did not seem to be the purest solution.
I have experience developing portlets, but I'm new to developing for liferay.
source
share