Problem with Digester used "standalone"

2001-01-02 Thread Martin Cooper
I've been trying to use the Digester module on its own (i.e. no other Struts code, no servlets, no JSP), and have been having problems. At first, I thought it must be my application code, but then I tried copying the code from the Struts example DatabaseServlet into my own Java application and cam

Re: Problem with Digester used "standalone"

2001-01-02 Thread Craig R. McClanahan
Martin Cooper wrote: > I've been trying to use the Digester module on its own (i.e. no other Struts > code, no servlets, no JSP), and have been having problems. At first, I > thought it must be my application code, but then I tried copying the code > from the Struts example DatabaseServlet into m

Re: Problem with Digester used "standalone"

2001-01-03 Thread Elod Horvath
Martin Cooper wrote: > > I've been trying to use the Digester module on its own (i.e. no other Struts > code, no servlets, no JSP), and have been having problems. At first, I > thought it must be my application code, but then I tried copying the code > from the Struts example DatabaseServlet into

Re: Problem with Digester used "standalone"

2001-01-03 Thread Martin Cooper
ter from the rest of Struts? -- Martin Cooper Tumbleweed Communications - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 12:01 AM Subject: Re: Problem with Digester used "standalone"

Re: Problem with Digester used "standalone"

2001-01-04 Thread Michael Roberts
bleweed Communications > > - Original Message - > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 03, 2001 12:01 AM > Subject: Re: Problem with Digester used "standalone" > > > Martin C

Re: Problem with Digester used "standalone"

2001-01-04 Thread Craig R. McClanahan
Martin Cooper wrote: > Well, I finally got the Digester to work outside a servlet, but I'm not sure > I would call the result "standalone". I never quite figured out where the > earlier NullPointerException was coming from, but somewhere along the line > it went away. Part of the solution seemed

Re: Problem with Digester used "standalone"

2001-01-04 Thread martin . cooper
At 12:26 PM 1/4/01 -0800, Craig R. McClanahan wrote: >When you say "JSDK" classes, I hope you mean the "servlet.jar" file that >contains the current version of the servlet API classes :-). Yes, I meant the jar file containing the Servlets 2.2 implementation. Since Tomcat calls it servlet.jar and

RE: Problem with Digester used "standalone" (REF: BugRat report #692)

2001-01-03 Thread Elod Horvath
NullPointerException using CallMethodRule in Digester. This occurs if the parameters to the method call are specified as being primitive types. For example, the following excerpt from the Digester init: digester.addCallMethod( "quickmenu-config/entry/visibility", //"setAppIDS