tolousn
11-18-2007, 10:29 AM
I need to redirect from one servlet (lets say Calculate.java) into another servlet (lets say Display.java) while passing parameters.
I have two parameters:
String action1;
String action2;
should I use forward instead?
how do I pass parameters either way?
when I calculate parameters, and I do redirect, the first servlet does not pick up the two parameters, but reloads with null values
I have two parameters:
String action1;
String action2;
should I use forward instead?
how do I pass parameters either way?
when I calculate parameters, and I do redirect, the first servlet does not pick up the two parameters, but reloads with null values