Open GoogleCodeExporter opened 8 years ago
I'm sorry, I don't understand. What is the problem with using
ActionNameAttribute?
Original comment by elishnevsky
on 16 Apr 2010 at 6:10
I want to let the standard ActionName as it is i.e. both actions to be LogOn,
but not
get an error from the ExtDirect.
Therefore I want another attribute DirectActionName, that would only affect the
name
of the ExtDirect method and not of the actual action
Original comment by alonec...@gmail.com
on 16 Apr 2010 at 7:07
the first method, returns the view, so it is not Direct method anyway, so use
attribute
[DirectIgnore]
Original comment by HDne...@gmail.com
on 26 Apr 2010 at 4:21
If a controller inherits from another controller and override one of its action
methods, then the "DirectAction_MethodExists" exception will also be thown out.
It seems that the error is caused in the DirectAction.ConfigureMethods.
Original comment by wenqiang.w
on 3 Aug 2010 at 3:54
Original issue reported on code.google.com by
alonec...@gmail.com
on 20 Mar 2010 at 3:16