icefaces-2 Questions
4
Solved
I have a Map of key / values, which I initialize in @PostConstruct as follows:
Map<String, String> myMap;
@PostConstruct
public void init() {
myMap=new LinkedHashMap<String, String>...
Condescendence asked 18/12, 2011 at 15:41
3
Solved
i am using the ace:fileEntry component to upload files
and after successful upload i get the message that:
'File Entry' uploaded successfully 'filename'.
and i want to override this message and ...
Serge asked 20/11, 2011 at 9:11
1
© 2022 - 2024 — McMap. All rights reserved.