I'm new to Flex we're trying evaluate in our company whether we
should use FLEX or not. Right we have Java, Struts based application.
I have a simple question, i have an Object and still strugling to
map that to an action script and datagrid.
How do i display values of UserProfileForm in datagrid, like in
Struts i used to do CloserResultsForm.userProfileForm.firstname();
Can some one explain this to me.
** I can get the Single object to get displayed but not the
inhertited ones.
public class CloserResultsForm implements Serializable{
private UserProfileForm userProfileForm;
}
public class UserProfileForm {
private String username=null;
private int userid;
private String password=null;
private String firstname=null;
private String lastname=null;
private String roleName=null;
public UserProfileForm(){
}
.... // then getters and setters for the above
}
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/