[Lift] Re: StatefulSnippet link and functionMap

2009-08-07 Thread David Pollak
On Thu, Aug 6, 2009 at 3:09 PM, glenn gl...@exmbly.com wrote: I have a stateful snippet with multiple StatefulSnippet links in the bind helper. Clicking on each link gives me a 403 error. I noticed that the function map for each link is different. Shouldn't they be the same, since I'm trying

[Lift] Re: StatefulSnippet link and functionMap

2009-08-07 Thread glenn
Here's my code sample that illustrates the problem: class UserView(entity:User, snippet:ManageUsers) extends ModelView [User](entity, snippet){ override val editAction = TheBindParam(edit, snippet.link(edit, ()=load, Text(S?(Edit Roles val addRole = TheBindParam(insert,

[Lift] Re: StatefulSnippet link and functionMap

2009-08-06 Thread Naftoli Gugenheim
No, because links have associated functions. - glenngl...@exmbly.com wrote: I have a stateful snippet with multiple StatefulSnippet links in the bind helper. Clicking on each link gives me a 403 error. I noticed that the function map for each link is