I have actionURL link on my form, clicking on this do triggere 'ProcessAction ' but it is not possible toi retrieve any values from the Form.
When I Submit the Form clicking on the Submit button it is not a problem.
In the ProcessAction I use following to acces the fieldconten.
'Map m = request.getParameterMap();'
And do work when I Submit the Form.
Is ActionUrl not the same as a Submit, do I really have to enter all the fieldinformation as parameter and then accces.
They must be a better Solution.
Thanks.