Re: Call for comments: Method dispatching and access control framework.

2002-09-04 Thread Philipp K . Janert
Many thanks for your comments. My replies below: (SNIP) > 1) Be able to bind a user request to an arbitrary function >in an Action class, not just to perform(). > > 2) Be able to bind each button in a form with multiple submit >buttons to an arbitrary function (such that control is

Re: Call for comments: Method dispatching and access control framework.

2002-09-04 Thread Philipp K . Janert
tag a method with its required roles and have the code find those roles > and do the checks - no more XML config -> whatever mapping files and no > more custom access control methods! > > James > > > -Original Message- > > From: Philipp K. Janert [mailto:[

RE: Call for comments: Method dispatching and access control framework.

2002-09-03 Thread John Yu
(See intermixed) > -Original Message- > From: Philipp K. Janert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 9:48 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Call for comments: Method dispatching and access > control fram

RE: Call for comments: Method dispatching and access control framework.

2002-09-03 Thread James Higginbotham
more custom access control methods! James > -Original Message- > From: Philipp K. Janert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 9:48 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Call for comments: Method dispatching and access &

Call for comments: Method dispatching and access control framework.

2002-09-03 Thread Philipp K . Janert
Dear All! I would like to invite comments on some extensions I have made to get around some limitations in the Struts framework. When working with Struts, I quickly developed the following wishlist of things that I wanted Struts to do: 1) Be able to bind a user request to an arbitrary functio