[java ee programming] Re: Graduates from the 17th session

2010-02-10 Thread kli
Thank you for this reply. Unfortunately I missed the deadline for sending the new info for the certificate :( However, I've sent the info twice in December with the heading JavaEEBasicsCourse-2009-Fall as instructed earlier. I also sent a new version today. Sorry for this inconvenience. -Kari On

[java ee programming] Xml parsing and Validation using Apache commons digester library

2010-02-10 Thread sk
I am using Apache commons Digester library to parse a large xml file. I am not sure how to set up xml validation using digester and my schema file. Can I get some reference /sample code to set this up Thanks -- You received this message because you are subscribed to the Google Groups Java EE

[java ee programming] PD: Wicket panels

2010-02-10 Thread RafaƂ Laczek
Hi, I solved problem. Of course I should use model. I have done it as follow: ModelClass.java public class ModelClass extends LoadableDetachableModel{ public Date load() { GregorianCalendar gc = new GregorianCalendar(); return gc.getTime(); } } Data.java