Re: Problem while setting object directly from tag
The list property targets to "model" with data for rendering
Problem while setting object directly from tag
Hi, I am having problem while setting my selected list object directly to my bean class. My code looks like given below:- public MyAction extends ActionSupport { ... public List getItemList() { return ("a list with itemobjects in it"); } public Us