You need to check the return statements of "receiveParams" method, and as you say that its happening to all your methods, then I don't know if this is the issue, but mostly likely it should be the response returned.
Check all you return statements. On Fri, Sep 4, 2009 at 7:38 PM, su2 <[email protected]> wrote: > > Hi abdullah80, > > I am not sure, How would I check what my method is returning. And this > happens to all my new as well as previously working methods. > > Thanks for your help. > > > > > abdullah80 wrote: > > > > As it renders the screen, when you remove the java event, bcoz ofbiz by > > default takes response as "success", maybe then your "receiveParams" > > method > > must be returning some other response instead of "success" > > > > On Fri, Sep 4, 2009 at 1:00 AM, su2 <[email protected]> wrote: > > > >> > >> Hi All, > >> > >> I am having issue with calling java event. > >> > >> If I remove java event call from request-map it renders the screen (of > >> course without processing anything since its not processing java > >> event/method). And with the <event> tag in request-map I get blank > >> screen. > >> > >> I have stopped and re-compiled component without any error. > >> > >> I really appreciate the help. > >> > >> Thanks in advance. > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Problems-processing-event%3A-java.lang.NoSuchMethodException-tp25282598p25282598.html > >> Sent from the OFBiz - User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Problems-processing-event%3A-java.lang.NoSuchMethodException-tp25282598p25295009.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
