Hello!
> public class PostTest extends Action
> {
> public ActionForward perform(ActionMapping mapping,
> ActionForm form,
> HttpServletRequest request,
> HttpServletResponse response)
> {
> return (mapping.findForward("posttest.success"));
> }
>
> }
>
> What's wrong then? Especially where does the strange looking URL
> come from?
Something must have been wrong with the form definition in the JSP.
I've replaced it with <html:form action="postTest"> and now everything
is fine.
Thanks
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]