Re: Step to Validate Drop Down List Struts 2.1.6

2009-06-24 Thread Yanto
Hi Dave, actually we already follow the suggestion from the forum as below : 1. Call the Login Action 2. we are loading the dropdown values using prepare method otherwise dropdowns values not populated . Because prepare interceptor before the validation interceptor. 3.validation.xml followed the

Re: Step to Validate Drop Down List Struts 2.1.6

2009-06-24 Thread Dave Newton
Yanto wrote: any one here have implement successfully validator for Drop Down List ? we've try to validate our Drop Down list using validation.xml, so far no luck. Yes. How to do it, of course, depends on details. Dave - To u