On Fri, 21 May 2010 11:39:56 -0400, ch...@chrismiles.org <ch...@chrismiles.org> wrote:

If you are not
populating/building a view then it makes no sense to go through the
controller. It is counter intuitive just pass through an action which does
nothing, when the JSP would get filtered anyway.

Chris


That's your choice of course, but always putting jsps behind actions is generally considered a Struts best practice. See:

http://markmail.org/message/pq5svxnx4wuznou6

Always using the MVC pattern gives consistency - some people might think that mixing MVC and a view-only approach is counterintuitive...

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to