I have a javabacked webscript that executes some issues and return values, as well i have a presentation webscript that contains a form and i need to put those values into it.
Hi, your Java-backed webscript controller should have as view (of the Model-Viev-Control pattern) a ftl file that contains the form to be submitted to another webscript that would manipulate data. So I think you don't need to pass (in the strict meaning of the term) values from one webscript to another, but you should follow a fair MVC pattern flow.