Re: Newbie question #4-more info please help.

2001-04-13 Thread Alex Colic
You were right, the class was not public. What exception does it throw? This should be in the log file for your servlet container. I would bet, however, that your class is not "public", or does not have a public no-args constructor. Thanks Alex

Re: Newbie question #4-more info please help.

2001-04-12 Thread Craig R. McClanahan
On Fri, 6 Apr 2001, Alex Colic wrote: Hi, I did some more debugging and I have found the following. In my struts-config.xml file I have the following: !-- Process the requisition header data -- actionpath="/reqHeader"

Newbie question #4-more info please help.

2001-04-06 Thread Alex Colic
Hi, I did some more debugging and I have found the following. In my struts-config.xml file I have the following: !-- Process the requisition header data -- actionpath="/reqHeader" type="com.popware.rd.reqPro.reqHeaderAction" name="requisition"