ya its workin but the list size is shown as 0 on the console when printed..
we are sending 7 objects from flex though..


On Mon, Mar 8, 2010 at 11:15 PM, Vaibhav Seth <[email protected]>wrote:

> will try to.. please paste the exception.
>
> Also try declaring as:
>
>
> Person.java
>
> package example;
>
> public class Person {
>
>    public String lastName;
>
>    public String phone;
>
>    public List objarray;
>
>    public Person() {
>                 objarray = new ArrayList();
>    }
>        }
>
> see if it helps.
>
>
> On Mon, Mar 8, 2010 at 12:33 PM, rakshith sharma <[email protected]>wrote:
>
>> Hi again..
>> Just tried wat u told but am gettin a nullpointer exception..
>> can u help me out?
>> Thanks
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>
>
> --
> Thanks,
> Vaibhav Seth.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to