2016-11-24 8 views
0

で取得要求私はこのURLNetsuiteのSuiteletでPOSTリクエストのURLパラメータを渡す方法

https://system.sandbox.netsuite.com/app/site/hosting/scriptlet.nl?script=22&deploy=1&locationId=&vendorId=120&parentId=

を持っています失われています。私はどのようにしてポラメターの投稿要求を維持することができますか?私は、私はあなたがまだrequest.getParameter(「locationid」)を使用してパラメータ値を得ることができると信じて、以下のコード

if (request.getMethod() == 'GET') 
    { 
     createUI(); // Just create the UI 

    }else{ 
     createUI(); // create UI and process the data in post request 
    } 

答えて

1

の他の部分を意味ポスト要求によって

関連する問題