[jboss-user] [JBoss Seam] - Re: boolean property not binding

wquraishi do-not-reply at jboss.com
Wed Oct 10 14:42:32 EDT 2007


i had to change my model to get boolean values to work right, by specifying the actual column type:

	@Column(updatable = true, name = "featured_listing", columnDefinition = "TINYINT")
	public boolean isFeaturedListing() {
		return featuredListing;
	}

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

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



More information about the jboss-user mailing list