User Activity

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

    Thank you, Javier! You are as always right. This fixed the problem!

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

    Hi. Can we by any chance hide some values in tab view filters? For instance I have entity 'Request' which contains property 'operator' defined as: private Operator operator; And I also have entity 'Operator' which contains all info about particular call center operator. So if I open tab view for 'Request' entity in 'Operator' filter I can see all operators which were created. I want to remove some operators from this filter. I can add private Boolean hidden; property to Operator class and set it...

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

    This helped me too. Thank you very much Javier!

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

    Hi, For some reason when I define module parameters in 'application.xml' I'm geting duplicate module names in 'Start' menu. For instance if I define module 'Request' in 'application.xml' I'm getting 2 'Request' modules in 'Start' menu. For other modules which are not defined in 'application.xml' I have only single entry in 'Start' menu. So for any module I'm trying to customize I'm geting 2 menu entries. What am I doing wrong?

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

    Hi, For some reason when I define module parameters in 'application.xml' I'm geting duplicate module names in 'Start' menu. For instance if I define module 'Request' in 'application.xml' I'm getting 2 'Request' modules in 'Start' menu. For other modules which are not defined in 'application.xml' I have only single entry in 'Start' menu. So for any module I'm trying to customize I'm geting 2 menu entries. What I'm doing wrong?

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

    Thank you very much, Javier! Your code is working perfectly without any changes. I've just modified it a little because I needed to copy only some fields. So in my case it is: public class RequestSavePlusAction extends SaveAction { public void execute() throws Exception { View srcView = getView(); String requesterName = (String) srcView.getValue("requester.name"); String requesterTelephone1 = (String) srcView.getValue("requester.telephone1"); String requesterTelephone2 = (String) srcView.getValue("requester.telephone2");...

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

    Thank you very much, Javier! Your code is working perfectly without any changes. I've just modified it a little because I needed to copy only some fields. So in my case it is: public class RequestSavePlusAction extends SaveAction { public void execute() throws Exception { View srcView = getView(); String requesterName = (String) srcView.getValue("requester.name"); String requesterTelephone1 = (String) srcView.getValue("requester.telephone1"); String requesterTelephone2 = (String) srcView.getValue("requester.telephone2");...

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

    Thank you very much Javier! Your code is working without any changes. Just for referene for future readers: I've also added this code to controllers.xml: <controller name="Request"> <extends controller="TypicalRealExcel"/> <!-- In order to have the standard actions --> <action name="requestInitDetailAction" after-each-request="true" hidden="true" mode="detail" class="com.bilesuvar.callcenter.actions.RequestInitDetailAction"/> <action name="save" mode="detail" class="com.bilesuvar.callcenter.actions.RequestSaveAndShowList"...

View All

Personal Data

Username:
sandman777
Joined:
2017-09-11 14:46:19
Gender:
Male

Projects

  • No projects to display.

Skills

This is a list of skills that Sandman possesses:

  • Java

Personal Tools