Vector comes back null

0 views
Skip to first unread message

sybersnake

unread,
Nov 19, 2010, 11:41:27 AM11/19/10
to springactionscript-dev
I'm not sure if this is a bug. For some reason, I am unable to get
Vector objects created by spring.

<object id="HD-profiles" class="com.TestVec">
<property name="profiles">
<vector type="String">
<value>string1</value>
<value>string2</value>
<value>string3</value>
<value>string4</value>
</vector>
</property>
</object>

package com
{
public class TestVec
{
public function TestVec()
{
}

public var profiles:Vector.<String>;

/* public function get profiles():Vector.<String>
{
return _profiles;
}

public function set profiles(value:Vector.<String>):void
{
_profiles = value;
}*/

}
}

Spring-As throws an error saying property "profiles" could not be
found.
Reply all
Reply to author
Forward
0 new messages