Wenas, I have an Action that set the fields of an ActionForm directly, like this:
The ActionForm method looks like this:
After that I checked that the form fields where correctly set.
I expected that in the
JSP forwarded, the fields would auto populate with the ActionForm values since names are the same:
...but no, fields are empty. What could be the problem?
Thanks