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