On 6/9/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > On Wed, 2005-06-08 at 12:53 -0700, Dan Tarkenton wrote: <snip/> > > I essentially want to find the child element whose name attribute is > > theParamDesired -- every time I find this attribute I want to call a > > setValue(theValueISeek) method on some object. <snap/> > > Yes, I believe you do need to create a custom rule. <snip/>
You can get by without it if you want (at the risk of polluting the class with a convenience method). Add a method setValue(String, String) and use CallMethodRule. -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
