In the example application, I'm setting the 'forward' property for the
ActionServlet to 'org.apache.struts.action.RedirectingActionForward' as
described in the user guide (that's because I like to see more reasonable URLs
in the browser).
When I do this, however, the application ceases to work. For example, when I
try to "register" at the start page, I get
> JspException: No bean found under attribute key registrationForm
What's the catch with RedirectingActionForward?
--
-Stefan
new to Struts, so pardon my ignorance... :)