User Activity

  • Posted a comment on discussion Help (English) on OpenXava

    Hello Javier, Yes, you are correct , I removed @Hidden and its work as expected although this should be consider as bug. For me, @Hidden is useful because it allow me to hide the property from being shown in the add column to list dialog to explicitly control what properties the user can add in his list view.

  • Modified a comment on discussion Help (English) on OpenXava

    Hello, It seem there is a bug in updating boolean field. To re-produce the issue , i use the simple entity as below : @Entity @Getter @Setter @View(members = "id,name,tested") @Tab(properties = "id,name") public class Test { @Id @Hidden @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; @Column(length = 15, unique = true) @Required private String name; @Hidden // It will not be shown by default in views and tabs @Column(columnDefinition="BOOLEAN DEFAULT FALSE") // To populate with...

  • Posted a comment on discussion Help (English) on OpenXava

    Hello, It seem there is bug in updating boolean field. To re-produce the issue , i use the simple entity as below : @Entity @Getter @Setter @View(members = "id,name,tested") @Tab(properties = "id,name") public class Test { @Id @Hidden @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; @Column(length = 15, unique = true) @Required private String name; @Hidden // It will not be shown by default in views and tabs @Column(columnDefinition="BOOLEAN DEFAULT FALSE") // To populate with...

  • Posted a comment on discussion Help (English) on OpenXava

    Hello Javier, Yes , I have tried it and it hides all summation icons in the bottom of all columns. But, lets say that i want to have the same effect but only in id and year column, and keep the summation icon of quantity column ? That's way I've suggested the below suggestion : I think It would nice feature to have new annotation like @NoSum for the property, so the sum icon in this case will not be shown in the list view for the chosen property.

  • Posted a comment on discussion Help (English) on OpenXava

    Hello Javier Sorry , but I don't get your trick , actually I was talking about the sum icon (sigma symbol) at the bottom in the list view of the model as the attached picture. I think It would nice feature to have new annotation like @NoSum for the property, so the sum icon in this case will not be shown in the list view for the chosen property.

  • Modified a comment on discussion Help (English) on OpenXava

    Thanks, its clear now .

  • Posted a comment on discussion Help (English) on OpenXava

    Thanks, its clear now . Although I think it's will be nice to have something like @NoSum annotation.

  • Posted a comment on discussion Help (English) on OpenXava

    How? if it is disable Sorry , i was mean the developer of the application. But anyway , I like v6 and i can see the huge improvements that has been done to it . Great work Openxava team !

View All

Personal Data

Username:
mohmf3
Joined:
2015-02-23 13:24:47

Projects

  • No projects to display.

Personal Tools