Top "Parameter-passing" questions

parameter-passing is the process of assigning values to the parameters of a function

How to pass parameter to valueChangeListener in p:dataTable?

I am calling valueChangeListener on a <h:selectBooleanCheckbox> which is inside a dataTable. and that dataTable is again …

jsf jsf-2 primefaces parameter-passing valuechangelistener
How to set default parameters to jvm?

I'd like to know how I can pass parameters to JVM before it is started. For example, I think I …

java windows set parameter-passing jvm-arguments
How to pass parameters to a event handlerr in XML Views SAP UI5

I am having trouble sending data from the XML view to controller. It is easily achievable in JS views. for …

parameter-passing sapui5
pass by reference and value with pointers

I don't understand why passing a pointer to a function doesn't change the data being passed in. If the function …

c++ pass-by-reference parameter-passing pass-by-value
how to pass parameter in devexpress report

I am using Devexpress XtraReport in Windows application for reporting purpose. I have set a parameter param1 having string as …

devexpress parameter-passing xtrareport
How pass multiple body parameters in wcf rest using webinvoke method(Post or PUT)

I have written a REST Service in WCF in which I have created a method(PUT) to update a user. …

wcf parameter-passing webinvoke
Applying a function to two lists?

To find the row-wise correlation of two matrices X and Y, the output should have a correlation value for row 1 …

r parameter-passing apply mapply
How to Pass Functions as Parameters in Procedures in Delphi?

Is it possible to pass an object function as a parameter in a procedure rather than passing the whole object? …

delphi function parameter-passing record procedure
JSF- passing a parameter to valuechangelistener

I have a litte radiobutton like this : <h:selectOneRadio value="#{test.answer}" valueChangeListener="#{TestService.changeanswer}" immediate="true" id="answer"&…

jsf jsf-2 parameter-passing valuechangelistener
Pass an object between @ViewScoped beans without using GET params

I have a browse.xhtml where I browse a list of cars and I want to view the details of …

jsf parameter-passing jsf-2.2 omnifaces view-scope