OK, I now know that I don't grok the difference between "forwardToView" and "forwardToCommand" and how that ties into the GET or POST commands.
I've read Bear's javadocs, and the
JEE javadocs, and I don't get it.
I've got a nice Bean that declares:
@FrontmanCommand("avatarload")
at the end of its execute() function, I want to cause a GET on the page foo.jsp.
Neither forwardToCommand() nor forwardToView() does what I want, and I don't see how the redirectTo* would do better.
Enlightenment? or pointeres? greatly appreciated.
Thanks
Pat