Hello,
I want to store data into database through portlet like suggestion Portlet.
Can someone help me to achieve it.
Thanks
I'd recommend using JSR286/186 portlet spec to do this. The default suggestion box portlet is based on the "Portal Bean" standard (proprietary) but there is documentation on that here. Otherwise you should use the JSR286 spec to do this (easier to maintain). If you need sample code let me know and I can go find.