On 10/9/07, Richard Nduka <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> I have a little problem. Basically this is my problem:
>
> My application requires an object model that includes a parent, teacher,
> student and of course each of this type of persons would be able to logon to
> the application.

Hi Richard,

If you need to provide access to different kinds of users (teacher,
student, etc) then I agree with David: you only need to add new user
roles.  Add the new roles to metadata/sql/sample-data.xml and set the
permissions at web/WEB-INF/security.xml (under
filterInvocationInterceptor).

If you're creating something like a school management system then
that's a different this :-)

Thanks

-- 
Ealden Esto E. Escañan
http://ealden.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to