Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
Description
select weborb.examples.IdentityService in the service browser, in the generated code, select Identity.as
the code formatting is quite ugly. See attached
the code formatting is quite ugly. See attached
packageweborb.examples.vo
{
[Bindable]
[RemoteClass(alias="weborb.examples.Identity")]
public
classIdentity
{
public functionIdentity(){}
public varname:String;
public varage:Number;
public varsex:String;
public vareyeColor:String;
}
}