On 1/22/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > > Hello, i need two answers for a project - i need help: > > 1) How i can use the User model from appfuse into my project. There is a > Session manager or something?
You can access the User model through the userManager or userDao which you can inject into your action classes using Spring. 2) How i can extends the ROLE , i need a new ROLE. New roles are created by adding an entry to the role table. Mike Thanks in advance. > > > -- > Leo Barrientos C. > Responsable de operaciones - OpenSistemas Madrid. > www.opensistemas.com > Madrid: 902 10 73 96 > Móvil: 662319448 > España. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
