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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to