Hello everybody, I need some help with this issue: I would like to get an object from a
jsp page on my MultiActionController's method.
I do have a list of object
Pessoa on my jsp page, and for each one object I provide action's hyperlinks to the MultiActionController's method, just like the code below. So, when the user gets these links it should be forward to the respective method with its
pessoa object fullfiled. But what I'm getting now is just a
null pessoa object.
What am I missing to get this to work properly?
My Action (MultiActionController):
My jsp:
I would appreciate any directions.
Regards, newbcc