Hi Anju,

Is there a setter as well?  If not, then the property is implicitly
read-only.

Cheers
Dan

PS: could you subscribe to the mailing list ... otherwise I have to
manually approve your posts.  See [1]

[1] http://isis.apache.org/support.html#how-to-subscribe


On 3 November 2015 at 08:17, Anjaneyulu Bikka <bikka...@gmail.com> wrote:

> Hi
>
> Could you please help me .
>
> I am trying to display the  text box in UI.
>
>   private String firstName="Anju";
>     @MemberOrder(sequence = "2")
>     @Property(editing=Editing.ENABLED,maxLength=9,notPersisted=true)
>     @PropertyLayout(named="Enter First Name")
>     public String getFirstName() {
> return firstName;
> }
>
> While rendering it is ignoring the   ENABLED property,
>
> Regards
> Anju
>

Reply via email to