Re: dropdown values getting lost in validation

2008-02-27 Thread Dave Newton
--- John Menke <[EMAIL PROTECTED]> wrote: > it seems my dropdown collections on my bean are not getting > repopulated when i use the validator interceptor. What is the > best practice for repopulating dropdowns? Where should this > logic be placed? It may depend on how you're populating the d

Re: dropdown

2005-12-30 Thread Thibaut
Thank you for your solution (it work with the right Bean) and your advise ! Raghu Kanchustambham a écrit : The error means that your action form does not have a getter method for the described property. If you make sure you have the required property in the actionform and try it, it should work

Re: dropdown

2005-12-30 Thread Raghu Kanchustambham
The error means that your action form does not have a getter method for the described property. If you make sure you have the required property in the actionform and try it, it should work fine. Post the code of action form and struts-config.xmlif you still cant solve it. Just a thought: Why is yo