Re: [Webwork-user] BUG with set methods for object properties

2002-03-03 Thread Patrick Lightbody
quot; <[EMAIL PROTECTED]> >To: "Christoph Kiehl" <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subject: Re: [Webwork-user] BUG with set methods for object properties >Date: Sun, 3 Mar 2002 17:40:21 -0600 > >Filed it as a potential bug to be looked at l

Re: [Webwork-user] BUG with set methods for object properties

2002-03-03 Thread Matt Baldree
Filed it as a potential bug to be looked at later. thx. - Original Message - From: "Christoph Kiehl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 03, 2002 4:19 PM Subject: [Webwork-user] BUG with set methods for object properties > Hi, >

[Webwork-user] BUG with set methods for object properties

2002-03-03 Thread Christoph Kiehl
Hi, I think I discovered a bug or at least undesired behaviour. If my Action has a set method which expects an Object of type Integer instead of int, the doExecute() method of this Action is not called and the result of the Action is "input". There is no exception throwed or anything else. I'm