| Author |
passing value from servlet to jsp
|
Suka Hati
Ranch Hand
Joined: Oct 28, 2004
Posts: 56
|
|
|
hi.....how i want to pass a value in servlet to jsp???
|
 |
Fisher Daniel
Ranch Hand
Joined: Sep 14, 2001
Posts: 582
|
|
Hi Suka Hati, You can place your value into session or request attributes. Example in servlet... Example in jsp... Correct me if I am wrong... Hope this help thanks daniel
|
 |
Suneesh Raman
Ranch Hand
Joined: Jun 13, 2002
Posts: 42
|
|
|
You can passs the value through the URL
|
 |
 |
|
|
subject: passing value from servlet to jsp
|
|
|