Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Frank W. Zammetti
Yep, I did indeed have that in mind. I was planning on blatantly ripping off Wendy's work :) I'm actually thinking now of a whole customization taglib, which may or may not supercede that, I'm not sure... it's just beginning to take shape in my warped little mind. -- Frank W. Zammetti Founder a

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Aleksandar Matijaca
Thanks Wendy, I realy appreciate the effort you put in to explain these things. Cheers, Alex. On 7/15/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "Aleksandar Matijaca" <[EMAIL PROTECTED]> > > > these roles you mention, are these JAAS roles? I think that JAAS > > roles would be way too

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Wendy Smoak
From: "Aleksandar Matijaca" <[EMAIL PROTECTED]> > these roles you mention, are these JAAS roles? I think that JAAS > roles would be way too much of an overkill for me... Definitely not JAAS. And in my case, not even Container-Managed Security (though it pretends to be). :) I have Struts Menu co

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Aleksandar Matijaca
Hi Wendy, these roles you mention, are these JAAS roles? I think that JAAS roles would be way too much of an overkill for me... Cheers, Alex. On 7/15/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "Aleksandar Matijaca" <[EMAIL PROTECTED]> > > I have an application that I am working on th

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-14 Thread Wendy Smoak
From: "Aleksandar Matijaca" <[EMAIL PROTECTED]> I have an application that I am working on that requires two different role levels (administrator and user). The administrator, will have some extra links visible to them. I want to use only one struts-config file. Have you looked at Struts Menu?

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-14 Thread Aleksandar Matijaca
That is a very interesting tag, I have never used it - thanks Laurie!! Cheers, Alex. On 7/14/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Not sure what a .def file is, but I think you're on the right track with > combining them and using conditional logic within the JSP to control > what

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-14 Thread Laurie Harper
Not sure what a .def file is, but I think you're on the right track with combining them and using conditional logic within the JSP to control what's displayed based on user role. Look at for a simple way to wrap role-dependent markup in your JSPs: http://struts.apache.org/userGuide/struts-l

struts and multi-level access - please give me your ideas how to restructure..

2005-07-14 Thread Aleksandar Matijaca
Hi there, I have an application that I am working on that requires two different role levels (administrator and user). The administrator, will have some extra links visible to them. I want to use only one struts-config file. I am currently running into a scalability issue -- here is what I mean: