Re: drop down list not working after using validation.xml

2009-06-21 Thread Yanto
Hi, After used prepare the method we could see the dropdown values. But s:fielderror tag still displaying error messages even I selected the value from the dropdown. So that its not invoking my action class. Because assuming still one more selection not happened in the form. Why this behavior ?

Re: drop down list not working after using validation.xml

2009-06-19 Thread Yanto
Hi Dave, Please consider copying your code snippets into a plain-text editor before including them in an email message: we're getting a blank line between each line and a lot of spurious asterisks. noted :) Yes, we are loading the list with 10 values from database and struts creating the

Re: drop down list not working after using validation.xml

2009-06-19 Thread Yanto
Hi Girish, Is this mean we can load the list again in Action's Preparable method ? currently, we are trying looking at the sample in internet. Thanks Regards Yanto On Thu, Jun 18, 2009 at 10:23 PM, Girish Naik girish.n...@gmail.com wrote: After validation, Action's Preparable method is

Re: drop down list not working after using validation.xml

2009-06-19 Thread Girish Naik
One of my colleague had done it in some project. But dont know if its the correct way. :( Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Samuel Goldwynhttp://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html -

Re: drop down list not working after using validation.xml

2009-06-19 Thread Yanto
Hi Greg, thanks for the link...seem this faq entry explain the problem that we face now...will try it... Thanks Yanto On Fri, Jun 19, 2009 at 11:15 PM, Greg Lindholm greg.lindh...@gmail.comwrote: Did you look at this FAQ entry?

Re: drop down list not working after using validation.xml

2009-06-19 Thread Greg Lindholm
Did you look at this FAQ entry? http://struts.apache.org/2.1.6/docs/how-do-we-repopulate-controls-when-validation-fails.html On Fri, Jun 19, 2009 at 10:43 AM, Girish Naik girish.n...@gmail.com wrote: One of my colleague had done it in some project. But dont know if its the correct way. :(

Re: drop down list not working after using validation.xml

2009-06-18 Thread Dave Newton
Please consider copying your code snippets into a plain-text editor before including them in an email message: we're getting a blank line between each line and a lot of spurious asterisks. Yanto wrote: *org.apache.jasper.JasperException: tag 'select', field 'list', name 'entityInternalId':

Re: drop down list not working after using validation.xml

2009-06-18 Thread Girish Naik
After validation, Action's Preparable method is called, you can load the required list in request again. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Samuel

drop down list not working after using validation.xml

2009-06-17 Thread Yanto
Hi, We noted following error message in the screen after used the validation xml file. *org.apache.jasper.JasperException: tag 'select', field 'list', name 'entityInternalId': The requested list key 'entities' could not be resolved as a collection/array/map/enumeration/iterator type. Example: