Object-InsideOut - Re: Should GET-only accessor give an error message if given a parameter?

Posted on Tue Mar 4 22:08:32 2008 by jdhedden in response to 7268 (See the whole thread of 2)
Re: Should GET-only accessor give an error message if given a parameter?
The get accessors generated by OIO ignore any args sent to them. That's a very standard behavior. Either name the accessor with the 'get_' prefix, or documented that it is 'get only'.

If you want something to be done with args (or to generate an error), you'll need to write your own accessors.
Write a response