Hi,
I'm trying to manually submit an HTML form using the following :
document.myform.submit() for a Struts form. Does anyone know if there is a problem submitting on these tags ? I get an error indicating that the function is not recognized in Javascript.
Hello,
I am trying to validate two fields in a JSP using the Struts Validator plugin. When I hit the "Submit" button nothing happens. I get the feeling that the action is being processed, but because the fields are empty, an error should pop up.
This is my JSP :
<%@ taglib...
Hello,
I am trying to validate two fields in a JSP using the Struts Validator plugin. When I hit the "Submit" button nothing happens. I get the feeling that the action is being processed, but because the fields are empty, an error should pop up.
This is my JSP :
<%@ taglib...
Hello,
My code is spitting out this error when trying to obtain a connection from the connection pool. I know that the datasource and connection pools have both been configured correctly. Does anyone know why this is occurring ? It's going through the code but appears to have problems...
Hello,
Here's a fragment of the beginning of a build file which I have been looking at and can't seem to figure out :
<project name="Self" basedir="." default="build">
<!-- ANT tasks -->
<property name="propertyFile" value="${basedir}/${properties}"/>
<property...
Hello,
I am new to Struts and recently I tried an exercise which had me modularize a simple Struts application into two modules. In one of the module's Struts Config files I defined the following action mapping:
<action path="/viewSearch"
type="org.apache.struts.actions.ForwardAction"...
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.