You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Jo...@filternet.nl on 2014/07/20 22:45:02 UTC

making a field optional (not mandatory in ui)

Hi,

	�

	I am just starting with Isis.

	I want a field (property) to be optional and coded:

	�private String middleName;

	�� �

	� � @Named("tussen")

	� � @javax.jdo.annotations.Column(allowsNull = "true")

	� � @MemberOrder(sequence = "2")

	� � @Optional

	�

	But in the user interface it is still mandatory.�

	�

	Can somebody help?

	�

	Tnx, johan.