Yes, You can, I have successfully mapping form java HashMap to Flex
Dictionary. The following is the code fragment for the success case:The
hint is that you need to use ObjectProxy in Flex to map HashMap in
Java.Man Pak Hong, DaveAnalyst
Programmermanpakhong@hotmail.commanpakhongJava://
================================================================================
public Map getCaseDetails(Long sid) throws
ApplicationException, SystemException { // Vos Declaration Case caseVo =
null; UserInfo ...