well, i customized some parts about the user creation but it seams to not be possible to
customize the profile user data.
I can customize the jsp but i can't customize the storing of data, i mean to add the
storing of new personal data, because they are managed int the PortletUser classand i
think it is not possible to override.
What i would like to do is something like a class extending UserPortlet
and implementing method
storeProfile(...) {
super.storeProfile(...);
...
[my code]
...
}
and configure portal to call this one instead of UserPortlet class.
Any suggestions?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017523#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...