What I’m doing right now, at the end of my POST st...
# suitescript
b
What I’m doing right now, at the end of my POST stuff…is basically calling a function that does everything that the GET did to generate the form in the first place, and then writing that form to the page using context.response.writePage(). …It seems to work too…however, when the page has reloaded, my buttons don’t function (they actually throw client-side errors when I click them).