public function get uid() : String
{
return sisId.toString();
}
public function set uid(value : String) : void
{
sisId = Number (value);
}
where sisId is the object's id, so i am making sure with this that the object's uid is the same as the object's id property.
Thanks for the solution, anyways there is a bug report on this one (187391) maybe on the next release uid overriding won't be needed
passive_thoughts <[EMAIL PROTECTED]> escribió:
Just my 2 cents here. I followed Jeff's recommendation of adding a
uid property to my Value Object and the problem went away.
I must've spent a good 8 hours trying to find a workaround... nice to
see there is a better solution than waiting for the next patch!
Vic
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx __._,_.___
--
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
Software development tool | Software development | Software development services |
Home design software | Software development company |
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___