Michael Jouravlev wrote:
The best way to avoid these problems is not to chain actions ;-)
That was a great response, thank you. Just the kind of info I need
(best practices type hints as opposed to "here's what the docs say...")
:). I still like the idea of chaining actions together, as it ma
Whenever you call an action via action mapping, the standard
create/reset/populate/validate sequence is fired. You can avoid it by
not associating OtherForm with OtherAction, but in this case Struts
will not automatically populate OtherForm if you submit request from
browser to OtherAction.
Since
2 matches
Mail list logo