Re: Best Practice - Correct usage???

2006-05-08 Thread Ted Husted
On 5/3/06, Matthew J. Vincent [EMAIL PROTECTED] wrote: Do I have to do something different in my Action class? It is running in an infinite loop and eventually running out of memory. When you forward to another Action, the entire lifecycle starts over from scratch. So the Action fires again,

Best Practice - Correct usage???

2006-05-03 Thread Matthew J. Vincent
Hello all, I have an application to edit some data stored in the database. I have 2 situations. 1. When a user clicks New or Edit Mouse, the user is brought to a form that either displays an empty form or one that is pre-populated. This is done with the following mapping: pre