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

2022-05-05 Thread Avijit Bose
I understood your suggestion. But for knowledge sake i have to pass the field hidden else the fields or parameters will not be available in the java class. As I am calling request.getParameters method it is expecting some parameters. Is it so that all the form fields/parameters are

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

2022-05-03 Thread Scott Gray
Your form contains duplicate inputs for each of your field names, one hidden for each and one visible (date, number etc.). When this is submitted, the duplicates will be combined into an array of values for the given parameter name. ServletRequest#getParameter will only return the FIRST value in

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

2022-04-29 Thread Nicolas Malin
llo Sir, >> >> >> >> Could you pls show me an example of how to use “raw method to resolve >> parameters from the request”? >> >> >> >> regards >> >> >> >> Sent from Mail for Windows >> >> >> >> From: Ni

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

2022-04-28 Thread Avijit Bose
022 12:19 PM > To: user@ofbiz.apache.org > Subject: Re: Help required in Ofbiz development - Unable to retrieve > parameter using HTTPRequest > > > > Hello, > > > > You use a raw method to resolve parameters from the request. > > > > I suggest that the

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

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

2022-04-27 Thread Avijit Bose
My code is as follows: “finalizeLC.ftl” ${uiLabelMap.LcReceiveDate}