RE: /do or .do

2003-04-01 Thread Thorin Linderholm
If you wanted to switch to *.do you could use: /admin/cms/article/add.do That will still match your *.do servlet mapping. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 4:15 PM To: Struts User List Subject: /do or .do I have been in the

RE: design question about action chaining

2003-04-01 Thread Thorin Linderholm
ed pages in the same path scheme so that you can map a filter to the group instead of each page. David >From: Thorin Linderholm <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL

RE: design question about action chaining

2003-04-01 Thread Thorin Linderholm
re there is a 'view' controller and 'buisness' controller (which seems a bit redundant to me.) -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:43 AM To: Struts Users Mailing List Subject: Re: design question about action chai

design question about action chaining

2003-04-01 Thread Thorin Linderholm
I have been tasked with porting an existing web application with it's own proprietary controller architecture to using Struts. As they are both web controller architectures, they have many similarities, but I'm running into one difference in overall architecture that I'm having difficulty resolvi