blank screen while calling java event
Posted by su2 on
URL: http://ofbiz.116.s1.nabble.com/blank-screen-while-calling-java-event-tp162983.html
Hello All,
I have a request-map where I am calling a java event.
------------------------------------------------------------------
<request-map uri="CheckAccess">
<security auth="true"/>
<event type="java" path="org.ofbiz.test.test.testEvents" invoke="checkAccess"/>
<response name="success" type="view" value="CheckAccess"/>
</request-map>
------------------------------------------------------------------
When I try to access the screen it goes to correct uri but screen is blank. And when I remove <event>. It shows the screen(of course not with the process which is in java event).
I have jar file class-path in ofbiz-component.xml file.
I would really appreciate the help.
Thanks in advance.