Since 4/2/2012 5:36:14 AM, saintofme85 has written 4 articles and participated in 0 conversations. saintofme85 signature: saintofme85
saintofme85's articles:
Items(4) /1
Why an ArrayList clear automatically?2171 (12/20/2007 2:41:24 PM) comp.lang.java.programmer Hi everybody. I have two ArrayList "corso_list" and "corsoitems_list"that I use like temporary array. When I filled up them, I save them intwo ArrayList that is a property of the object "a" and, at thebeginning... guess85
IoC and JSF bean099 (11/7/2007 7:40:44 PM) comp.lang.java.programmer Hi everybody. I try to write a factory using IoC pattern. This factoryopen an ontology model and returns a unique reference to this model.The associated bean have scope application. This model is used in manycl... guess85
Sorting a jsf datatable0382 (11/2/2007 5:08:44 PM) comp.lang.java.programmer Hi everyobody, I have this jsf datatable and i wish to sort it by the parameter "Cognome" without sorting thelist in the bean. What... guess85