Groups
Groups
Sign in
Groups
Groups
springactionscript-dev
Conversations
About
Send feedback
Help
Vector comes back null
0 views
Skip to first unread message
sybersnake
unread,
Nov 19, 2010, 11:41:27 AM
11/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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