One quick thing to check (and this is true in ColdFusion as well), is to make sure your variables have the same capitalization applied. E.g. somVariableName != somevariablename != SOMEVARIABLENAME.
On Jan 28, 2008 11:26 AM, Damu Venkatesan <[EMAIL PROTECTED]> wrote: > I am newbie in Flash and flash remoting. I am using Flash MX 2004 > Professional with OpenAMF for remoting. I am having a problem with the > Flash remoting. The server side objects are Java objects that uses > hibernation. The existing code works without any problem retrieving all the > values from Java to the Flash. I added a new instance variable to the java > class with the appropriate setter and getter methods. In the flash code, I > added the same variable to retrieve that field from the Java object. I also > checked the openamf-config.xml file and it has the correct java to > custom-class mapping. When I run it, I get "undefined" in that variable in > Flash. I compiled the java code and put it on the server (running Resin web > server). Also, restarted the resin server, just in case. Is it the resin > web/app server not putting using the latest compile code? Any idea why I am > not getting the value from the Java object to here. I would appreciate any > help. > > Thanks > > Damu. > > > ------------------------------ > Climb to the top of the charts! Play the word scramble challenge with star > power. Play > now!<http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan> > > ------------------------------------------------------------- > To unsubscribe from this list, simply email the list with unsubscribe in > the subject line > > For more info, see http://www.affug.com > Archive @ http://www.mail-archive.com/discussion%40affug.com/ > List hosted by FusionLink <http://www.fusionlink.com> > ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
