Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-28 Thread Avijit Bose
Hello Nicolas, Could you pls give me an example or some piece of code of how to use “raw method to resolve parameters from the request”? I am sending you this reply again because I had sent it in html format which the server refused. regards Avijit Bose On Thu, Apr 28, 2022 at 7:29 PM Avijit

Running Ofbiz against SQL Server

2022-04-28 Thread Emad Radwan
Hello Community, Is there any documentation for configuring entity engine with a modern version of SQL Server, as what I found on the web is related to 2008 version which is too old? Regards, Emad

Re: What are the best practices to develop with OFBiz?

2022-04-28 Thread Nicolas Malin
Hello On 28/04/2022 01:39, Jean-Nicolas Boulay Desjardins wrote: > Hello! > > I notice in the documentation it says to modify the configurations inside > the framework itself. > > Is this the best practice? It's a old documentation, but currently the main that we can detail. Other process are not

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-28 Thread Nicolas Malin
Hello, You use a raw method to resolve parameters from the request. I suggest that the problem came from the form html definition. When you submit do you analyzed the request send by your browser ? (F12 -> Network on firefox) Nicolas On 28/04/2022 05:48, Avijit Bose wrote: > My code is as