Re: [appfuse-user] UniversalManager & UserManager questions

2007-05-24 Thread Nathan Anderson
5:55 PM (GMT-0800) America/Los_Angeles Subject: Re: [appfuse-user] UniversalManager & UserManager questions On 4/20/07, Nathan Anderson <[EMAIL PROTECTED]> wrote: > Howdy folks, > > I have a pretty simple AppFuse 2.0-M4 Struts 2 app that has an object > that has a ManyToOne relationshi

Re: [appfuse-user] UniversalManager & UserManager questions

2007-05-24 Thread Matt Raible
On 4/20/07, Nathan Anderson <[EMAIL PROTECTED]> wrote: Howdy folks, I have a pretty simple AppFuse 2.0-M4 Struts 2 app that has an object that has a ManyToOne relationship to User. The idea is this object is created by or owned by the user who added it [only an admin can edit the user, yadda ya

[appfuse-user] UniversalManager & UserManager questions

2007-04-20 Thread Nathan Anderson
Howdy folks, I have a pretty simple AppFuse 2.0-M4 Struts 2 app that has an object that has a ManyToOne relationship to User. The idea is this object is created by or owned by the user who added it [only an admin can edit the user, yadda yadda]. So in my save method of my action I tried the