Re: FRIDAY #2 non-MVC pages

2006-10-06 Thread Simon Chappell
On 10/6/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: you probably want the http://struts.apache.org/1.x/struts-extras/apidocs/org/apache/struts/actions/ForwardAction.html +1 (yeah, what he said) Simon -- simonpeter.org | simonpeter.com | techbook.info ---

Re: FRIDAY #2 non-MVC pages

2006-10-06 Thread Joe Germuska
When building a struts application, is it a good idea to base everything on actions? For instance, let's say I'm writing an 'About Us' page or 'Terms Of Service'... Should I build an action to handle them, or just write the JSP. My assumption is that it would be pedantic to have struts handle it,

Re: FRIDAY #2 non-MVC pages

2006-10-06 Thread Leon Rosenberg
you probably want the http://struts.apache.org/1.x/struts-extras/apidocs/org/apache/struts/actions/ForwardAction.html :-) Leon On 10/6/06, Wesley Wannemacher <[EMAIL PROTECTED]> wrote: Hello, This is my next question... When building a struts application, is it a good idea to base everything

FRIDAY #2 non-MVC pages

2006-10-06 Thread Wesley Wannemacher
Hello, This is my next question... When building a struts application, is it a good idea to base everything on actions? For instance, let's say I'm writing an 'About Us' page or 'Terms Of Service'... Should I build an action to handle them, or just write the JSP. My assumption is that it would be