Re: Confused about s:include

2008-06-12 Thread Jeromy Evans
Jim Kiley wrote: I guess I could just use , huh? It's amazing how these insights reach me five minutes after I send mail to the list. jk The Include tag creates a javax.servlet.RequestDispatcher and performs an include operation [1]. The tag attempts to create a reference to the resour

Re: Confused about s:include

2008-06-11 Thread Jim Kiley
I guess I could just use , huh? It's amazing how these insights reach me five minutes after I send mail to the list. jk On Wed, Jun 11, 2008 at 3:01 PM, Jim Kiley <[EMAIL PROTECTED]> wrote: > Hey gang, > > *Struts 2 In Action* suggests that I can use the name of an action in the > 'value' attri

Confused about s:include

2008-06-11 Thread Jim Kiley
Hey gang, *Struts 2 In Action* suggests that I can use the name of an action in the 'value' attribute of the tag. However, when I try or or even I get bupkus (in fact, the including page doesn't even render). The tag works fine if I feed it a JSP's name instead of an action name. Can anyone