User Activity

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

    Hello, I need help , user wants to have a search field where to input a string and return a list with all records containing that string The string cand be present in several columns from table, and the result list must highlight the column that contains that string. Lets say I have : @Entity public class Dosare extends Identifiable { @Column(name = "resgister_number") private String registernumber; @Column(name = "data") private Date data; // any of the following , posible many or all of them ,...

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

    Now I get it, thanks. @Tab(properties="year, number, details.product") If I have 3 products to an invoice ,I would like to see them as; Year Number Product of Details 2021 1 productA, productB, productC How can I see this?

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

    I replaced private Collection<BeneficiariInregistrare> beneficiari; with private List<BeneficiariInregistrare> beneficiari;, I have also tried Set<BeneficiariInregistrare> beneficiari; But I have the same result.

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

    Hi, it is about a Many-to-Many relationship With a New Entity. Like 4 point from the link below: https://www.baeldung.com/jpa-many-to-many

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

    Hello, here I come again, your help is needed. I cannot see recorded data in list mode for some fields (beneficiari.cui,beneficiari.denumire,beneficiari.cuiAdm,beneficiari.denumireAdm) ). Those are fields from another entity, brought here with an indirect ManyToMany relationship. I only see 3 points. in the list. And yes, I have recorded data, I can see it in detail mode and also in my database . Please see below my @Tab and entities. @Entity @Tab( properties = "nr,data," +"beneficiari.cui,beneficiari.denumire,beneficiari.cuiAdm,beneficiari.denumireAdm")...

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

    Hello, here I come again, your help is needed. I cannot see recorded data in list mode for some fields (yellow ones), those are fields from another entity, brought here with an indirect ManyToMany relationship. I only see 3 points. in the list. And yes, I have recorded data, I can see it in detail mode and also in my database . Please see below my @Tab and entities. @Entity @Tab( properties = "nr,data," +"beneficiari.cui,beneficiari.denumire,beneficiari.cuiAdm,beneficiari.denumireAdm") public class...

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

    Thank you so much!!!

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

    Hello, I am new with OpenXava I customized the list from browser (list---settings---add /move/delete/rename columns) but after I created users , they are not seeing the list after customizing. Now I want to customize list using @Tab but seems like @Tab is ignored and in browser I see no change. How can I reset the changes made manually? How to switch from manual customized list in browser to @Tabs customized list?

View All

Personal Data

Username:
mihaela
Joined:
2021-07-12 12:29:54
Location:
Bucuresti / Romania / EEST
Gender:
Female

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB