Re: processActionPerform question

2005-12-27 Thread Michael Jouravlev
ActionForm is referred to via a scoped variable, this is what is about. I don't know what did you change in your custom RequestProcessor, but default behavior for request-scoped ActionForms is that they are disposed when response is sent to the browser, and a new instance is created on request, th

processActionPerform question

2005-12-27 Thread Jim Reynolds
I am creating a dynamic 'CrumbTrail' and have a question. A tactic I came up with is to clone the ActionForm, and store it. Later on when a crumb is clicked, I pull out the cloned ActionForm, and call, return super.processValidate(request, response, form, mapping); from my extended RequestProce