Yes its working fine.... now i want to do the same thing for Swing class which extends Jpanel...
after clicking the save button .... it should forward to another Jsp with some parameter. please give some idea
-Rodricks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
Why would that be any different? You need a reference to the applet class (or the AppletContext) in your class, so you need to think about how to pass that reference to your class.