Hey Murali,
Seems like this is the problem:
<field name="guestId" name="gender"
entry-name="guestId"><display-entity
I think the form widget <display-entity> element is only supposed to be
used for fields that are PKs. Since gender is not a PK field, an entity
cannot be found. If gender is defined in the entity that is being used
by the form, then replacing <display-entity> with <display> seems like
it would resolve the problem by correctly displaying the gender of the
person.
On 01/25/2014 10:14 AM, Murali Shankar Gopalakrishnan wrote:
<field name="guestId" name="gender"
entry-name="guestId"><display-entity