Hello everyone,
I've inherited a web application that needs some tweaking. Right now the app has a feature to upload files of any type (which works fine), store them in an Oracle 8i db, and then have the user download them at another time. The downloading is where the problem occurs. I'm using...
Hello there.
I have a form...which is actually an array of forms:
public class LineItemDisplayForm extends BaseForm
{
protected String count;
protected int lineItemCount;
protected LineItemForm[] lineItemForms;
/**
* @return Returns the lineItemCount.
*/
public int getLineItemCount()
{...
Hello there. I'm trying to create a new application using Struts 1.1 and Tomcat 5.0.16 (SDK 1.4.2_03). I have multiple applications already running on this version of Tomcat, only I keep getting the following error when I startup Tomcat.
HTTP Status 404 - Servlet action is not available...
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.