Re: [s2]: Populating an array of java beans in action classes

2008-08-26 Thread vics
Thanks for your quick response. I can do this, but problem is that: in my application there 15 - 20 such beans . I have used this code only for demo. Moreover, all these beans come from a jar file generated from clientgen ant tool from BEA. basically I am just consuming the web services & creati

[s2]: Populating an array of java beans in action classes

2008-08-26 Thread vics
Hello, Currently i am working on Struts 2 based application, in which i need to populate an array of Java beans from the form. The problem, I am facing is: Struts 2 is not instantiate an array of beans I have gone through the Data transfer and Type Conversion of struts of 1.2, but e