Hi, Error : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project CGPA: Compilation failure [ERROR] /home/christophe/git/cgpa/src/main/java/org/openxava/web/dwr/Module.java:[293,23] cannot find symbol [ERROR] symbol: method setPostJS(java.lang.String) [ERROR] location: variable result of type org.openxava.web.dwr.Result [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run...
Hi Javier, The proxy problem had disappeared during a deployment, but it has just reappeared. I've tried to implement the module.java class to get Logs but it won't compile. There's an error with the instruction : result.setPostJS((String) request.getAttribute(“xava.postjs”)); See below private void fillResult(Result result, Map values, Map multipleValues, String[] selected, String[] deselected, String additionalParameters) throws Exception { Map changedParts = result.getChangedParts(); View view...
Yes , Thank oyu
Hello, I have a person entity with a @file property to integrate a photo of the person. I would like to insert a nophoto.png file, if a file is not loaded when the record is created or modified. To do this, I use the @PrePersist and @PreUpdate annotations. annotations (c.f code below) But I get an error when loading the image Can you help me ? @File(acceptFileTypes=“image/*”, maxFileSizeInKb=4096) @Column(length=32) @LabelFormat(LabelFormatType.NO_LABEL) private String photo; @PrePersist @PreUpdate...
Hello, I've searched the documentation and forums but haven't found anything. Could you tell me how to change the title of the reports for lists and collections (c.f image) . I'd like to customize it for collections. Thx
Hello, No , the Module.java is OK
Hi Javier There is a Error !!
Hello Javier, I have the same problem with my "toy" application. here's the output from module.java [Module.getScheme] scheme=null [Module.getServerPort] port=443 Thanks