08-17-04 10:47 AM
Hello!
I'm trying to develop a new portlet but i have got a problem because my attr
ibutes are never stored in wps database.
However, i use the PortletData, my code looks like this :
...
pData = request.getData();
pData.setAttribute("attribute", myAttribute);
pData.store();
...
But it seems it never stores my data.
What's wrong?
Has somebody already had this problem?
[ Post a follow-up to this message ]
|