Struts 1.1 prepareStatement woes

2003-07-20 Thread Joel Hainley
I have been trying to get this working for a few hours and am going to beg and plead for help.. 8-) I am getting the error.. "java.lang.AbstractMethodError: org.apache.struts.legacy.GenericConnection.prepareStatement(Ljava/lang/Strin g;I)Ljava/sql/PreparedStatement;" ...while using the strut

RE: DispatchAction and input

2003-06-23 Thread Joel Hainley
H I suppose that setting place to go back to in the validate() method would work, except that I have defined a single actionForm class that i utilize in all pages, another "benefit" of dispatch actions and this would require me to determine what action i was validating before making a deci

RE: DispatchAction and input

2003-06-23 Thread Joel Hainley
I guess that's the root of my problem. The place that it should go to when validation fails is different for each method. I would always want it to go back to the page that was submitted to produce the error, so that the error can be displayed to the user and it can be corrected and resubmitted. Be

DispatchAction and input

2003-06-23 Thread Joel Hainley
I'm confused, and i'm hoping someone can help me? I am trying to use the validate method to validate my input however when I do this i start getting an error "No Input Attribute For mapping path /category". I understand that an input parameter is required for the action, however using an input pa