Re: Hope to help you out with the workflow in 1.1 of struts

2001-08-20 Thread Nic Hobbs
Apologies for the delay in responding - I was away all last week with no access to my mail! The best thing you can do is to subscribe to the struts-dev list and get involved in the Workflow threads there which is where all the current discussion is going on about the Workflow piece. Not that c

Re: WML Tag library on TO DO list

2001-08-13 Thread Nic Hobbs
I also posted a WML Tag LIbrary to the list a couple of weeks ago http://www.mail-archive.com/struts-user@jakarta.apache.org/msg12509.html and http://www.mail-archive.com/struts-user@jakarta.apache.org/msg12596.html but have had little feedback on it. As Incze says we may want to think more lo

Re: role based security in struts and workflow

2001-08-13 Thread Nic Hobbs
Hi Matt, all, At the moment I haven't got anything like a demo webapp for it but all you need to do to try it is to install it all as per the instructions, add your roles to the struts-config and make sure that you login to your app server such that isUserInRole etc. return the right thing. I

Re: Role-based security

2001-07-30 Thread Nic Hobbs
; something that can use if they want, but implement standard interfaces, > > so if they want to use something else later, it's easy to switch. > > Nic Hobbs wrote: > > Sorry, I am probably about to repeat what you have said far more concisely, > > but humour me a minut

Re: Role-based security

2001-07-30 Thread Nic Hobbs
Comments below. - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 12:43 PM Subject: Re: Role-based security > Nic Hobbs wrote: > >The TODO list says "Add the ability to require the c

Re: Role-based security

2001-07-30 Thread Nic Hobbs
meone somewhere will want to have users and groups with the same name, and use Struts :-/   Otherwise tho (and I admit I haven't had time to try your code), what you've created sounds good to me :-) - Original Message - From: Nic Hobbs To: [E

Re: Role-based security

2001-07-30 Thread Nic Hobbs
Again comments below ;) Regards, Nic - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 29, 2001 12:07 PM Subject: Re: Role-based security > There are a number of problems with deploying container-based security. > It's an important f

Re: Role-based security

2001-07-30 Thread Nic Hobbs
See comments below Regards, Nic - Original Message - From: "Oleg V Alexeev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 8:13 PM Subject: Re: Role-based security > Hello Nic, > > Hm... Nic, I think that 'roles' attribute in ActionMapping is not > solution - i

Re: Role-based security

2001-07-30 Thread Nic Hobbs
s and groups into a single list in the action element cause problems if there's a user with the same name as a group? - Original Message - From: Nic Hobbs To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 4:14 PM Subject: Role-base