|
If '-thisObject' and 'arguments' are arguments you are
passing to a method named 'handler', then you shouldn't have a dot before the
left parenthesis in the method call. foo.(condition) is the E4X notation
for predicate filtering of an XML or XMLList instance. It lets you pick out
elements or attributes that meet a condition you specify using a Boolean
_expression_, as in employees.employee.(@ssn
== "123-45-6789") This is why the error message is complaining that you are
using the "filter operator" on 'handler', which is a Function, not an
XML or XMLList instance. - Gordon From: Error that is throwed when trying to do something like On 8/4/06, Matt Horn
<[EMAIL PROTECTED] Can you tell us where you saw that term used?
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] filter operator Gordon Smith
- Re: [flexcoders] filter operator Impudent1
- RE: [flexcoders] filter operator Gordon Smith
- [flexcoders] Re: filter operator Tim Hoff
- Re: [flexcoders] Re: filter operator Roman Protsiuk

