[flexcoders] Re: messaging selector

2008-05-29 Thread meteatamel
Could it be because you're missing single quotes around id? -Mete --- In flexcoders@yahoogroups.com, netdeep [EMAIL PROTECTED] wrote: I am trying to filter my channel messaging with blazeDS so that it only gets read by specific clients, but it doesn't seem to be working as expected.

[flexcoders] Re: messaging selector

2008-05-29 Thread netdeep
It might be hard to see, but the single quotes are actually there. If I put in some arbitrary spaces, you can see them: var id:String = someValue; consumer.selector = ID = ' +id+ ' ; // single quotes around variable id Or did you mean I need single quotes in the java setHeader method