HttpServletResponse in Dynamic Javascript Pages | Community
Skip to main content
guillermoL
Level 4
September 20, 2018
Solved

HttpServletResponse in Dynamic Javascript Pages

  • September 20, 2018
  • 2 replies
  • 2795 views

Hi,

I am investigating how to use Dynamic Javascript Pages for a project but I have found a problem when it gets to use the 'response object' , which apparently seems to be a HttpServletResponse type of object. I am unable to find any particular documentation, and the generic documentation about this kind of object is not valid, as for example, some methods like addHeader, setHeader and many others do not work.

Are you aware of some documentation or some cookbook I can use as a reference?

Thanks very much in advance

Guillermo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Florian_Courgey

Hi, I wrote a quick post on this object, you may find some useful functions along with examples:

https://floriancourgey.com/2018/11/create-jssp-dynamic-javascript-server-page-in-acc/

2 replies

Florian_CourgeyAccepted solution
Level 4
November 7, 2018

Hi, I wrote a quick post on this object, you may find some useful functions along with examples:

https://floriancourgey.com/2018/11/create-jssp-dynamic-javascript-server-page-in-acc/

pablo_rosero1
Level 9
November 20, 2018

Thank you for sharing, Florian!

Also, moving this post to the Campaign Classic forums.