also http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index the first two would help you a lot
BJ Freeman sent the following on 8/22/2008 4:23 AM: > use the > framework\example\webapp\example\WEB-INF > controller as an example. > > Chirag Manocha sent the following on 8/22/2008 3:50 AM: >> Hello All, >> I am calling a request on the browser which is like this in my controller : >> >> <request-map uri="main"> >> <security https="false" auth="false"/> >> <response name="success" type="view" value="main"/> >> </request-map> >> >> not transferring this to the secured port but still its being called two >> times i.e. the doRequest method of RequestHandler.java is being called two >> times and giving me error for "track visit" because second times its having >> request uri as [null - field] which is causing the problem. >> >> I am tracing the code. Any early help would be highly appreciated. >> > > > >
