Re: Handling form data

2008-04-30 Thread Laurie Harper
First, I should point out that an 'input' result of type 'chain' should work here. What makes you think it doesn't? You wont get a browser redirect with chaining, though, so if you want that the MessageStoreInterceptor can help with preserving error messages. You can configure which methods sk

Re: Handling form data

2008-04-30 Thread Greg Lindholm
method on the action is > being called. > > Is there a best practices on how to handle form data in an elegant manner? > Is there a way to know what method is being called? > So many questions and so few answers :( > > thanks > Bri

Handling form data

2008-04-29 Thread Brian Hawkins
I've run into a situation that I would like to get others opinions on. The problem is with handling a form. Here is the scenario: I have a form called form.jsp, this form needs data from the database so it has an associated FormAction.java class. The struts.xml file looks like this: /form.jsp