Hello List; I have 2 urls as below
/myapp/myaction1.action?p=3 /myapp/myacction2.action i reqeust the first action with param as above. when first request completed i click a button which request second action. but when second action is requested, the parameter part is also passed to second action. the second action is requested as /myapp/myacction2.action?p=3, which i dont want. i dont want parameter passing. i search the net, but documents shows how parameter passing is done. i couldnt find any document about disabling parameter passing. how could i disable paramter passing?. regards, -Halil AĞIN