Re: [flexcoders] Why would this assignment to a MVC model return null?

2008-05-07 Thread dnk
@yahoogroups.com on behalf of dnk Sent: Sat 03/05/2008 21:59 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Why would this assignment to a MVC model return null? and which file it should be in, etc On Sat, May 3, 2008 at 1:51 PM, dnk [EMAIL PROTECTED] wrote: Ok, just

[flexcoders] Why would this assignment to a MVC model return null?

2008-05-03 Thread dnk
Ok, I am using a easymvc structure (tom bray version), and i have run into an issue that is killing me! I am simply loading in some vars from a text file, and to do so i wrote a utility class (to make it reusable). Now in my class, if I populate my model var, it works fine. But it makes that

RE: [flexcoders] Why would this assignment to a MVC model return null?

2008-05-03 Thread Jim Hayes
will have to extend EventDispatcher. HTH ! (been there myself, when I started!) -Original Message- From: flexcoders@yahoogroups.com on behalf of dnk Sent: Sat 03/05/2008 20:22 To: flexcoders list Subject: [flexcoders] Why would this assignment to a MVC model return null? Ok, I am using

Re: [flexcoders] Why would this assignment to a MVC model return null?

2008-05-03 Thread dnk
would this assignment to a MVC model return null? Ok, I am using a easymvc structure (tom bray version), and i have run into an issue that is killing me! I am simply loading in some vars from a text file, and to do so i wrote a utility class (to make it reusable). Now in my class, if I

Re: [flexcoders] Why would this assignment to a MVC model return null?

2008-05-03 Thread dnk
. HTH ! (been there myself, when I started!) -Original Message- From: flexcoders@yahoogroups.com on behalf of dnk Sent: Sat 03/05/2008 20:22 To: flexcoders list Subject: [flexcoders] Why would this assignment to a MVC model return null? Ok, I am

RE: [flexcoders] Why would this assignment to a MVC model return null?

2008-05-03 Thread Jim Hayes
: [flexcoders] Why would this assignment to a MVC model return null? and which file it should be in, etc On Sat, May 3, 2008 at 1:51 PM, dnk [EMAIL PROTECTED] wrote: Ok, just trying to look through the code sample provided a little confused due to my old code still being