Coming in very late, here, but I just wanted clarification. It sounds to me as if you're using actions like a tile controller. In other words, it's not performing any "action" or deciding the flow of display, but merely gathering data and putting it into scope for display. Is that a correct description?
- George > -----Original Message----- > From: Paul Benedict [mailto:[EMAIL PROTECTED] On > Behalf Of Paul Benedict > Sent: Thursday, September 07, 2006 11:04 PM > To: Struts Developers List > Subject: Re: Private Actions Mappings? > > > What I have described does not fall under any of these > reasons. This is > nothing but a screen scraping program. Given 5 actions, they > could have > all been requested separately or been in 5 different includes. And I > believe that <c:import> actually creates a new request, so I > don't think > I've done any bad practices here. As I've said, there is no chaining > going on here; no passing data from one to the next action. I have > standalone actions that execute and return data independently -- all > I've done is aggregate. > > Although I do feel this topic is getting lost in the whole action > chaining digression. I am against that anti-pattern, btw, > which I am on > record for. > > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
