Not quite sure what you are driving at, but what happens if you just
do 'getFullName()', like normal?

Mark

On Fri, Apr 17, 2009 at 9:27 PM, thesaintbug <thesaint...@gmail.com> wrote:
>
> Hi All,
>
> Can anyone plz explain how to use a user custom method in a child
> decorator defined in a parent decorator?
>
> e.g;
>
> I have a decorator UserDecorator, has a method getFullName(). There is
> another decorator which extends "UserDecorator" and in a method of
> that decorator, I need to call getFullName().
>
> I tried as following
>
> getTransferObject().getFullName();
>
> It gives error that "getFullName()" is not defined in the
> component... .
>
> Can anyone plz explain that can we access a custom method within the
> decorator / child decorator like we can use the property methods
> (setters and getters)??
>
> >
>



-- 
E: mark.man...@gmail.com
W: www.compoundtheory.com

--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to