I created a new module and a basic request handler. I then orphaned WebNode: WebNodeCmd and WebNode : WebNodeAction. I created a new child under WebNodeCmd, and set fEnabled, fPerms, and the _Nodetypes. This command displays fine on the Function menu.
My question, is fQueryString the only connection between the Cmd and the Action? From the builder fundametals course, I recall the LL request handler parsed the objAction from the URL and somehow paired it with an Action-name script, but I am unclear exactly how this works. Must I use the LL request handler? Can I simply set the fQueryString to my request handler? If so can I also do this dynamically and get the fFuncPrefix value using .module(), or must I hard code this value?
Thanks,
Jared