Open GoogleCodeExporter opened 9 years ago
After browsing around the source code, I found out that any referenced object
would be rendered by BeanGridField. With self-reference beans, it would cause
stack overflow. So all we need is to assign fieldType in beanprops to something
else. For example:
props:
parent{fieldType:InputField}
Ideally you have to implement your own com.googlecode.wicketwebbeans.field to
meet your requirement.
Original comment by freddija...@gmail.com
on 17 Apr 2011 at 5:29
I think this is not a defect, but it should be mentioned somewhere in
documentation how to deal with self-reference beans.
Original comment by freddija...@gmail.com
on 17 Apr 2011 at 5:33
Original issue reported on code.google.com by
aplea...@gmail.com
on 7 Dec 2010 at 5:38