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.
--
View this message in context:
http://www.nabble.com/blank-screen-while-calling-java-event-tp25265335p25265335.html
Sent from the OFBiz - User mailing list archive at Nabble.com.