RE: setValue() and test-framework

2006-04-20 Thread Ian.Priest
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 17:38 To: Struts Users Mailing List Subject: Re: setValue() and test-framework >From: "Ian.Priest" <[EMAIL PROTECTED]> > > Hi, > > I think i may have found a bug in the test-framework: > > I&#

Re: setValue() and test-framework

2006-04-19 Thread Gary VanMatre
>From: "Ian.Priest" <[EMAIL PROTECTED]> > > Hi, > > I think i may have found a bug in the test-framework: > > I'm have a ViewController that calls setValue() as part of it's > set-up... > > > public class SignupViewController extends AbstractViewController { > > private static final Stri

RE: setValue() and test-framework

2006-04-19 Thread Ian.Priest
Should have said I'm using Shale! -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 15:59 To: user@struts.apache.org Subject: setValue() and test-framework Hi, I think i may have found a bug in the test-framework: I'm have a ViewController

setValue() and test-framework

2006-04-19 Thread Ian.Priest
Hi, I think i may have found a bug in the test-framework: I'm have a ViewController that calls setValue() as part of it's set-up... public class SignupViewController extends AbstractViewController { private static final String DIALOG_DATA = "#{dialog.data}"; public