Re: blank screen while calling java event

Posted by su2 on
URL: http://ofbiz.116.s1.nabble.com/blank-screen-while-calling-java-event-tp162983p162996.html

Hi Mridul,

Even if I change testEvents to TestEvents. I get the same thing.

Thanks.

Mridul Pathak-2 wrote
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
mridul.pathak@hotwaxmedia.com

On Thu, Sep 3, 2009 at 2:09 AM, su2 <shuchi@pexsupply.com> 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.
>
>