I was not sure if I should post this as a separate bug: the input JSP that is generated from the above wizard does not fill in the form action with the Struts action name. For example, in my example I have an Action path called “/courseSearch”. Should the generated JSP have that as the form’s action?
The form’s action currently reads:
<html:form action=”/[ACTION_PATH]”>
The above causes the JSP to fail as no such action exists.
Carlos