Hello, reading docs I have seen that you have also an iso installer. I see an ISO for arm, have you one for x86? Thanks, Mario
You are right as always. Just a question: this time before asking I tried with a browser in another computer: does it remember preferences among several pcs?
Hello, I have this: @OneToMany(mappedBy="idChiamata") @ListProperties("stato, data, nom.nom") private Collection<Transizioni> transizioni; But in the html page I see a list with "stato data ass durata" So it seems ListProperties is ignored. So I try to put: @ListProperties(" fakeField, stato, data, nom.nom") and I get an error paged "fakeField does not exist". So @ListProperties is parsed and then ignored, can you help me? Thanks, Mario
I will make again the question
Ok I am stupid cancel point 2 I did not know that search filter is now so advanced.
Hi Javier, I try to explain better. You are right that list mode is very powerful. I will divide the question in two questions: 1) have the search filter on a popup like sicflex 2) filter several times for the same field like "customer" contains "x" OR "customer" contains "y" Thanks again, Mario
Hello, I am evaluatiing OpenXava for some application where you have a page with: 1) on the top a complex search filter where you can search by name, range of dates and combine searches 2) on the bottom a list of objects filtered by 1) The search filter should be like SicFlex search popup. Eventually I can add additional filters clicking on an "add" button. Is it doable with OpenXava? I mean: is it doable without writing from scratch the search page using jsp? Thanks, Mario
Hi, imagine I need to personalize a form/page in a OX application. I have to make...