Hi,
I'm using jswdk 1.0. My requirement is to:
1. write a servlet that stores some data in a bean and passes it on to a jsp.
2. jsp shud read the data from the passed bean and display it on the client browser
My question is: in jswdk, where do i put the servlet, bean and jsp so that when i invoke the servlet, everything works as expected.
I've been trying all possibilities with my jsp, bean and servlet but in vain. Any help wud be appreciated.
Thanks,
Mohan