[jboss-user] [JBoss Seam] - Re: Parameters not sent when using s:selectItems

marius.oancea do-not-reply at jboss.com
Fri Nov 16 17:07:44 EST 2007


Another strange thing is that when i define the bind variable as List or Set the setter is never called:

	public void setCommittee(List committee) {
		this.committee = committee;
	}


If i define as array, the setter is called but the exeption above is always thrown.

Any idea how to solve? Any known workaround?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105688#4105688

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105688



More information about the jboss-user mailing list