I don't know what that means... could you describe what you mean by JSP being "one way" and "would not pass parameters"?

-David


On Dec 7, 2008, at 2:57 PM, BJ Freeman wrote:

also did you not say that jsp was one way and would not pass parameters
like the Ftl?

David E Jones sent the following on 12/7/2008 1:35 PM:

Actually JSP is still supported, as is any Servlet based view, by the
ControlServlet.

However, JSPs never did (and never will because of the inflexibility in
the standard) work with the Screen Widget, so you can't use it to
compose views and tie data preparation logic to the independent
presentation templates. In JSPs these are typically all in one big file...

-David


On Dec 7, 2008, at 1:53 PM, BJ Freeman wrote:

jsp has been depreciated.
you would need to find a copy ver 2.0 or re-establish the jsp support in
the current version you are using
There would not be any support for you to do this.
you would have to go back through the code of previous version, on you
own.

nachi19 sent the following on 12/7/2008 12:36 PM:
I am using a bsh to prepare data and that data i have put in the
context ....
now i have to extract those data from the jsp and have to display...
i know
it is possible in ftl .. i want it in jsp...




Reply via email to