Re: [appfuse-user] TOMCAT ComponentTagSupport NullPointerException

2007-09-11 Thread mortalexplorer
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,

[appfuse-user] TOMCAT ComponentTagSupport NullPointerException

2007-09-10 Thread mortalexplorer
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

Re: [appfuse-user] Appfuse2 - Firefox - Form data disappears‏

2007-09-05 Thread mortalexplorer
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: >> >

[appfuse-user] Appfuse2 - Firefox - Form data disappears‏

2007-09-04 Thread mortalexplorer
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