Hi,
When I am trying to call
servlet B from servlet A the parameters are not getting passed and null value is returned.
servlet main.java: displays a table and adds checkbox to each row:
if i just call action like above null values are returned for value of i but if use as below then value is passed:
out.println("<Form method=\"post\" action=\"http://rupd1b42:8159/servlet/delete1.class?abcd=59\"><TH>");
but still the values of check boxes are "null". I am trying to receive parameters as follows:
Any help would be appreciated.
Thanks
Chak