The answer was posted above by Rama:
If you are going to call a server
function cross class you have to first
go server side on the class you are
currently in!Here’s the work flow I have
experienced to be necessary time after
timeagain the scenario is calling a server
function in Class B from Class Ahere is what I do
Class A local (non server) calls Class
A server function to then call Server
function in Class BI can’t say this is required in every
case, in fact I am sure it isnt, but
if ever cross class server function is
not working, try my above flowI’ve had to use it many times!
Rama
Just marking it as answer for visibility, since it doesn’t seem possible to mark comment as answer. (If there is a way please let me know and I’ll fix it.)