RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
When I use a browser (IE or Netscape) I do not experience any problem. Al -Original Message- From: Kirk Wylie [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 7:55 PM To: Struts Users Mailing List Subject: Re: Help with using HttpUnit with Struts Does this happen when you hit

RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 8:26 PM To: Struts Users Mailing List Subject: Re: Help with using HttpUnit with Struts Kirk Wylie wrote: Does this happen when you hit the page directly (i.e. not go through HttpUnit

Re: Help with using HttpUnit with Struts

2003-10-22 Thread Craig R. McClanahan
with using HttpUnit with Struts Kirk Wylie wrote: Does this happen when you hit the page directly (i.e. not go through HttpUnit)? That would be my advice too ... (loving HttpUnit :-). You should get the same error, which is likely to be a forward element that doesn't have a defined path

Help with using HttpUnit with Struts

2003-10-21 Thread Moyer, Alan L
I recently downloaded HttpUnit and have been trying to use it to test a working Struts application. If anyone is using HttpUnit, please help me get by this problem. Following is a HttpUnit test method adopted from the documentation: public void testGoodLogin() throws Exception {

Re: Help with using HttpUnit with Struts

2003-10-21 Thread Kirk Wylie
Does this happen when you hit the page directly (i.e. not go through HttpUnit)? Kirk Wylie M7 Corporation Moyer, Alan L wrote: I recently downloaded HttpUnit and have been trying to use it to test a working Struts application. If anyone is using HttpUnit, please help me get by this problem.

Re: Help with using HttpUnit with Struts

2003-10-21 Thread Craig R. McClanahan
Kirk Wylie wrote: Does this happen when you hit the page directly (i.e. not go through HttpUnit)? That would be my advice too ... (loving HttpUnit :-). You should get the same error, which is likely to be a forward element that doesn't have a defined path attribute (which is what is being