Hello everybody!
 
I have a problem in Homework in Lab-4108. I just cant find how to display 
attribute, beacause  for UIComponent comp, comp.getAttributes() return 
Map<String,Object> m object,  so I try funcion toString(), it just wrote map to 
function getAttributeMethod, I try value() funcion  Glass Fish reported error 
message and my NetBean IDE was blocked , I just don't know what to do. I try 
with 
for (Map.Entry<String, Object> e : m.entrySet()){
    System.out.println(e.getKey() + ": " + e.getValue());
}
and my NetBean IDE was blocked.
 
I just don' know what to do?
Do we have to do this homework, or only that is numbered with #  in the topics?


      
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to