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

Populate method of ActionForm

2005-04-11 Thread David Evans
Hello All, When i first heard about struts, i was developing all in jsps. I read about struts and at the same time MVC, and thought, "Well obviously thats the way to go". So before i allowed my self to use struts i first created my own "strutsLite" based on my very small understanding of struts. I