I am trying to submit a form using a link instead of pressing a buttton, I have tried the following code but the action doesn't get executed, in fact nothing happens.
<form name="breadcrumb" method="post" action="/showcase/SelectBreadcrumbAction.do">
<input type="hidden" name="path"...
I have set up a basic struts project, but my action forwarding is not working. When the submit button is pressed on the submit.jsp page (all code is below) ablank page appears under the submit.do url - it should be forwarding to the same page with the new javabean info. Any ideas anyone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.