Re: [repost, sort of]Populate method of ActionForm

2005-04-12 Thread Hubert Rabago
It sounds like you're on the right track on processPopulate(). There was a mention before of adding a populate() method in ActionForm, but AFAIK it's never been thoroughly discussed, so I wouldn't hold my breath. If you're not going to call the default processPopulate() method in your subclass, st

[repost, sort of]Populate method of ActionForm

2005-04-12 Thread David Evans
Hello, I posted this question yesterday, and got no replies, figured i'd try rephrasing/simplifying the question. I have an application which i want to migrate to struts. It needs to be able to use a different populate method depending on the information in the submitted request. I am interested