Hi again,
Ok so I have been following the "Extend Liferay Tables" example mentioned above and I think i'm on the right track.
I created a new table with the service builder to hold the expirydate data and the table holds threadID and messageID so it knows what the expiry date is for.
I then implemented extra code in my MBMessageExtLocalServiceImpl and MBMessageExtLocalServiceUtil classes and also overrid the EditMessageAction class with my own modified version of the updateMessage() method. I then modified the struts-config-ext.xml file to tell liferay where the new action class is.
Deployed this, and tried to post a thread but in my console I keep getting the following two messages (And pressing the "publish" button just returns me to the top of the page):
14:17:27,069 INFO [PortalImpl:3841]
14:17:57,085 INFO [PortalImpl:3829] Current URL /poller/send generates exception: null
It's not a very informative message but just wondering if you have any guesses to what this problem could be?
Thanks
P.S I haven't included any code because there are multiple classes I modified. But let me know if you want to take a look
Please sign in to flag this as inappropriate.