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 lif...@googlegroups.com
So we're in the process of customizing some of the features for our user management and I have kinda hit a point where I am confused. Here is a sample line of code from ProtoUser:
So the part that troubles me is; how does Lift know what "page" to call? What binds this menu to the actual code in ProtoUser? Whats the glue? Is it done via LocParams? I looked at createUserMenuLocParams and it calls Template() & I know thats where its coming from; but apart from this intuition I don't understand how it works. Any insight into this would be helpful.
Thanks.
Aleph-1
unread,
May 22, 2013, 12:54:06 PM5/22/13
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 lif...@googlegroups.com
Well so the answer is staring me in the face and I just couldn't recognize it.
So when we use LocParams to 'glue' the Loc() to the Template(); are there any caveats? Time to revisit LocParams :)