|
I should also add some info about the
structure of my Java classes. I am using inheritance on both sides: SimpleObject
Section A
|
|
|
--------------------
|
|
|
UberObject
Section B Section C UberObject is
composed of a ‘Section B’ and a ‘Section C’(Yes it
should be an Array of ‘Section A’ objects but that doesn’t
seem to be happy with the dataproviders I am trying to do.) When I look
at event.result it is an UberObject. If I cast event.result into an
UberObject and try to look at uberObject.sectionB _remoteClass is UberObject
not SectionB even if I cast it to SectionB. Section B and
Section C each have arrays of objects that I am looking display in a repeater
but arrays are undefined. In my UI I am
getting one of the String properties that exists in Section A but not the any
of the items in the Array. Maybe it is how I am registering the classes
with the server side class. Should Section A, Section B, and Section C
all call registerClass or just Section B and Section C? I have been
unable to find any inheritance examples online or in the docs. Thanks, -Kent From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kent Henneuse Unfortunately I am building against an
existing application that is in JBoss so no JRun. From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Enable Remote Object
debugging in the flex-config.xml file (located at
{flex-web-app-install-dir}/WEB-INF/flex/flex-config.xml): On 7/11/05, Kent
Henneuse <[EMAIL PROTECTED]>
wrote: Does anybody have any
ways to debug the Java to AS object conversion that is
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com ---- LSpots keywords ?>
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Debuging Java to AS Object conversion? Kent Henneuse

