You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jquery-claypool
Dear Chris,
Consider App.Controllers.Menu.show function which returns a value.
(show function returns a function in our example)
When using an around filter on show, if we call "invocation.proceed()"
it seems that the return value of show function is undefined! (instead
of the return value of normal call without AOP filter)
I thought that this may be a bug in around filter implementation in
Claypool missing return values of the calls to methods of their
target!?
Jrad
unread,
Apr 11, 2011, 6:40:45 AM4/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jquery-claypool
I resolved the problem and this was not due to claypool proceed
method!
Thank U.