I want to put not null check on item relation in backoffice create wizard for an item. However adding following visibility check doesn't work particularly for item relations . It works for item attributes. < wz:done visible="newItemInstance.relation != null "> <wz:save property="newItemInstance"/> </ wz:done>
Is there any other way to do this?