Here's a bit of clarification:

page-one.jsp which is in /content
     |
     \-page-two      <--Have to use this to access page two because
it, also is in "/content". This means calling an empty "execute()".
          |
          \-page-two.jsp
               |
               \page-two  <--Page two action "page-two!dosomething"

Now I could put in a dummy action that just forwards to "page-two.jsp"
but why? It seems like there should be a better way.


Jim C.

On Fri, May 15, 2009 at 7:16 AM, Jim Collings <jlistn...@gmail.com> wrote:
>
> So I have a jsp that needs to submit to another jsp. Both are in /content. 
> When I use file-name.jsp I get 404. When I use file-name, I get the action 
> that file-name.jsp submits to.
>
> Any ideas on how I can work around this?
>
> Jim C.

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

Reply via email to