gt; Why are you getting a 404 in your application in the first place? Is
> the path to your action incorrect or are you specifying an incorrect
> JSP path in your configuration?
>
> Matt
>
> On 9/11/07, mortalexplorer <[EMAIL PROTECTED]> wrote:
>>
>> Good Day,
Good Day,
Running Appfuse 2/struts/spring/hibernate. Have a link on mainmenu.jsp set
up that takes the user to an administration page that contains
search/display functionality.
Everything runs fine with Jetty but when I migrate to TOMCAT I get the stack
trace below when I click on the link.
My
a submit button with javascript.
> When the controller catch the object, you must put it on the session
> scope, and when you are returning to the form, you must get the variable
> again and fill the form fields with that object.
>
>
> mortalexplorer wrote:
>>
>
This is the first time I'm using appfuse.
Currently using version 2 along with struts2, spring and hibernate.
I have a main registration jsp that the user fills out. At the end of the
form contains a link to a "Terms of service" jsp. This page is pure text
with a cancel button that returns