I see problem with the value of path attribute. Shouldn't it be TestEvents instead of testEvents? -- Thanks & Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com [email protected]
On Thu, Sep 3, 2009 at 2:09 AM, su2 <[email protected]> wrote: > > 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. > >
