S
SavedLinuXgeeK
Is there a way to render a JSP manually, i.e. without running an HTTP
request? I am trying to handle a JSON return call, and I hate the idea
of creating the HTML in the java code, as it is messy, and requires a
recompilation of the system to update the HTML. I was hoping to have a
JSP that I could infuse with the necessary data (using jsp 2.0), and
return the output of that page.
request? I am trying to handle a JSON return call, and I hate the idea
of creating the HTML in the java code, as it is messy, and requires a
recompilation of the system to update the HTML. I was hoping to have a
JSP that I could infuse with the necessary data (using jsp 2.0), and
return the output of that page.