Hi and thanks you for your help.My code is the following.<%@ page
import="xtk:server/jsspcontext.js,xtk:dashboard.js"%><%@ page
import="xtk:common.js,nms:operation.js,xtk:server/jssphelper.js,xtk:shared/nl.js"%><%
// Headers to disable cache
response.setContentType("text/html;charset=utf-8"); logon("TOTO",
"TOTO"); var newContext = logonEscalation('webapp'); // i had add this
since your answer var contacts = JSON.parse(request.getBodyAsString());
var vCnx = application.getConnection(); try{ vCnx...