Hello ”” First thanks in advance if you are reading me, and please be patient with my english...
I have an action which forward is another action. (A1, A2). And his actionForm (AF1, AF2) My question is how can i pass to A2 any parameter? Can i establish values for its actionForm (A2) from the first action? for example, i have inside the AF2: private String aValue; with its setter and getter and i want to set value for aValue from A1. how can i do this? I said it because if i put a value on request, the A2 doesn't see it, and if i put the value in the actionform of the first action AF1 (in a value with the name "aValue") , it doesn't work. Can you help me?. Thanks