You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by su...@gmx.de on 2008/12/07 15:28:34 UTC

Cyclic relationships in Beaneditform

Would Beaneditform in combination with AppPropertyEditBlocks support cyclic relationships such as this one here:

public class Category
{
	@Id
        @GeneratedValue(strategy = GenerationType.IDENTITY)
	private Integer id;

	private String name;
	
	private Category parent;

...

}

?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org