RE: Design Question - same action, many jsps/views

2003-07-28 Thread Witbeck, Shane
grates much better with 1.1 so this may be worth a look, too? URL in case you don't have it: http://www.livinglogic.de/Struts Hue. > -Original Message- > From: Brian McSweeney [mailto:[EMAIL PROTECTED] > Sent: 28 July 2003 16:27 > To: 'Struts Users Mailing List'

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Hue Holleran
this may be worth a look, too? URL in case you don't have it: http://www.livinglogic.de/Struts Hue. > -Original Message- > From: Brian McSweeney [mailto:[EMAIL PROTECTED] > Sent: 28 July 2003 16:27 > To: 'Struts Users Mailing List' > Subject: RE: Design

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Adam Levine
sent back to where you started from. From: "Brian McSweeney" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Design Question - same action, many js

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Brian McSweeney
ge- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 16:11 To: Struts Users Mailing List Subject: RE: Design Question - same action, many jsps/views Hi Brian, Why not use different named forwards for the action and access each one from the action with a: { ... return (mapping

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Hue Holleran
28 July 2003 10:39 > To: [EMAIL PROTECTED] > Subject: Design Question - same action, many jsps/views > > > Hi all, > > I've come across a situation which I'm not sure how to handle with > struts. > I have an action which, depending on from which page it's ca

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Brian McSweeney
urent PETIT [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 10:37 To: 'Brian McSweeney '; '[EMAIL PROTECTED] ' Subject: RE: Design Question - same action, many jsps/views Hello, one way to solve it is not to duplicate code in different Action classes, but have many ActionMappi

RE: Design Question - same action, many jsps/views

2003-07-28 Thread Laurent PETIT
, -- Laurent -Original Message- From: Brian McSweeney To: [EMAIL PROTECTED] Sent: 28-7-03 11:38 Subject: Design Question - same action, many jsps/views Hi all, I've come across a situation which I'm not sure how to handle with struts. I have an action which, depending on from which

Design Question - same action, many jsps/views

2003-07-28 Thread Brian McSweeney
Hi all, I've come across a situation which I'm not sure how to handle with struts. I have an action which, depending on from which page it's called, should forward to different jsps pages. Currently, for each resultant jsp, I create a new action with the exact same logic code inside which for