在获取请求中,我有此Url
当它是发布请求时,网址将更改为
https://system.sandbox.netsuite.com/app/site/hosting/scriptlet.nl
并且参数丢失。如何保留prameter post请求。
通过邮寄请求我的意思是以下代码的一部分
if (request.getMethod() == 'GET' )
{
createUI(); // Just create the UI
}else{
createUI(); // create UI and process the data in post request
}
答案 0 :(得分:1)
我相信您仍然可以使用request.getParameter获取参数值(' locationid')