[jboss-user] [JBoss Portal] - Re: customize UserPortlet
den74
do-not-reply at jboss.com
Fri Feb 16 05:22:33 EST 2007
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#4017523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017523
More information about the jboss-user
mailing list