Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: piampri
  • Content: Threads
  • Order by date
  1. piampri

    Can't call submit() on <html:form> tag

    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.
  2. piampri

    Struts Validation not being called at all

    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...
  3. piampri

    Struts Validation not being called at all !!!

    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...
  4. piampri

    Cannot obtain connection: driverURL = jdbc:weblogic:pool

    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...
  5. piampri

    Setting properties outside of a build file

    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...
  6. piampri

    Action mappings defined with ForwardAction class not working correctly

    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"...

Part and Inventory Search

Back
Top