JSP and SERVLET COMMUNICATION

2000-07-20 Thread Edward Largoza
Hi All, I'm just working with JSPs calling servlets, who in turn call another JSP. JSP->SERVLET->JSP I'm also working with servlets calling one another. SERVLET->SERVLET I'm using JSWDK-1.0.1. For jsp->servlet->jsp, I'm having problems in that I am able to get my jsp page to be called, but when I

hidden fields

2000-06-06 Thread Edward Largoza
Hi Everyone...I was wondering if anyone can tell me how to pass hidden fields from one jsp to another jsp. here are my examples... here is my standard input... here is an example of what I'm trying to do... --- on my jsp that is being called...