Hi Malcolm Even i am also facing the similar type of problem extending the user. In my applicatin I am not importing the Om.Security at all . I have created my own tables and users for application security and created the users, roles and permissions also. According to the role id 's and permissions the application is working perfectly. The main (Big) problem is when i am navigating the pages backward then the page is not displaying anything. because I am passing the Userid and role id everything to the next page . so It's forward navigation the Userid and Roleid are available so pages are displaying the data. If it's back ward then problem is Occuring. it's not holding the Userid value at all. The solution is if i will put the Userid and Roleid in the Session then it will work.I am not importing the Om.Security i am not able to use geAuthenticatedUser(username,password) . what ever the solution i got at last they mentioned to use the getAuthenticatedUser(). Is there any other way to invoke the session and put the required values where ever we required if the navigation is forward or backward? . Your help is alway appreciateble
Regards Renuka -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
