Skip to Content
0
Former Member
Nov 25, 2004 at 01:19 PM

Trying to pass data to a JSP

28 Views

Hi all,

I am trying to pass data from my iView to a JSP which is opened as popup. The JSP is not in pagelet but in the dist folder. I tried several ways (e.g. servletRequest.setAttribute or httpSession.putValue) but had no success. Anytime I want to read the values from within the JSP they are null.

The data I want to pass is rather long (a complete HTML page), so GET is not suitable.

Any ideas?

Kind regards

Francisco