Quantcast
Channel: JavaPins - Stories tagged with servelet-31
Viewing all articles
Browse latest Browse all 8

Servlet JSP Communication

$
0
0
The above line is essence of the answer for “How does a servlet communicate with a JSP page?” When a servlet jsp communication is happening, it is not just about forwarding the request to a JSP from a servlet. There might be a need to transfer a string value or on object itself. Following is a servlet and JSP source code example to perform Servlet JSP communication. Wherein an object will b...
Pin it

Viewing all articles
Browse latest Browse all 8

Trending Articles