I need to display all item in my view readonly except one field and between all field there is one reference field and I would like to hide the reference search action of that field in openxava. How can i do it? If it's not possible, then how to simulate that?
Asked
Active
Viewed 394 times
1 Answers
0
Annotate all the elements you want read only with @ReadOnly. You can also do it programmatically from a on-init action using getView().setEditable("memberName", false)

javierpaniza
- 677
- 4
- 10