> I would like to know a system with
> JSP+Servlets to make something like
> these steps I have into my servlet:

A JSP is a Servlet, so throwing things back and forth
between them is pretty straightforward.

> I think this type of code has to stay at Servlet, not JSP,isn't it?

Well, in a JSP the code would look exactly like HTML, since it just
turns non-script code into prints.

Dave

Reply via email to