User Activity

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

    Hi, I want to deploy an OpenXava application in a production environment and am considering using a load balancer to ensure scalability and reliability. I'm leaning towards Nginx but am open to suggestions for other effective tools or methods. Has anyone here successfully deployed OpenXava behind a load balancer? I'm interested in learning from your experiences, particularly: Configuration Tips: Any specific configurations for OpenXava or the load balancer that helped improve performance or avoid...

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

    Thanks for your suggestions. There are many labels in my jasper report, so I tried something else and found a solution that fit my requirement. In my jasper report action class, I need to get the resource file then pass it as a resource bundle to the REPORT_RESOURCE_BUNDLE parameter. @Override protected Map getParameters() throws Exception { Map<String, Object> parameters = new HashMap<>(); parameters.put("REPORT_RESOURCE_BUNDLE", getReportResourceBundle()); return parameters; } private ResourceBundle...

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

    Hi, In this documentation, I don't see how to implement internationalization (i18n) in Jasper Report. Does anyone know how to do it or is there a link that I can look at? My objective is to utilize the current message labels file and use it inside my jasper report based on the user's locale setting.

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

    Thanks, Javier... I changed the parent class as you suggested then it works. public class GetPatientFromRegistration extends CreateNewElementInCollectionAction { ..... }

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

    Just to make it clear, the error happens before that codes are executed. Please see here, I remove my specific codes, but the error still happens. org.openxava.util.PropertiesManagerException: The property viewObject does not exist public class GetPatientFromRegistration extends NewAction { @Override public void execute() throws Exception { super.execute(); } }

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

    Thank you for trying to help me! I actually checked that same documentation about create and update views, but the issue seems to be different. The error happens whenever I click the "New" button from another module to create a Medical Procedure, like when I do it from the Registration module. If I create the Medical Procedure directly from the Medical Procedure module itself, I don't see the error. Just to clarify, as I mentioned earlier, this error occurs before my own code even runs, so the order...

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

    hi Gregorio, I tried your suggestion, but I still got the same error: org.openxava.util.PropertiesManagerException: The property viewObject does not exist public class GetPatientFromRegistration extends NewAction { @Override public void execute() throws Exception { try { super.execute(); System.out.println("GetPatientFromRegistration.execute()"); MedicalProcedure procedure = (MedicalProcedure) getView().getEntity(); getView().setValue("patient", procedure.getRegistration().getPatient().getId());...

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

    Hi, I need to copy value to a new item popup. I have a Registration entity which has one to many MedicalProcedure entity. I displayed medical procedures list in my registration screen. Please refer to the attachment for more information. When I create a new medical procedure (by clicking the new button), a new Medical Procedure popup is displayed. I want customize the popup, the patient field should be automatically copied from the previous screen, so the user doesn't need to fill it in manually....

View All

Personal Data

Username:
ibap
Joined:
2024-01-18 05:23:08.507000

Projects

  • No projects to display.

Personal Tools