Struts2 POJO population from URL

2011-08-27 Thread James Jithin
I have a Java Object with many other nested Objects and lists of Objects. When the request arrives from the client, I see that the Object is populated only to a few levels. Is there any configuration that sets this is Struts 2? Here is my example. class MyActionClass extends ActionSupport {

Re: picking up values from popup

2011-08-30 Thread James Jithin
The text field's id will be available only in the HTML DOM, the client side browser. To submit it along with the form, use name attribute instead of id. James Jithin On Tue, Aug 30, 2011 at 2:08 PM, deeps wrote: > i have following code... > > > . >