Re: Code Help:CRUD example

2011-03-14 Thread JavaNoobie87
The thread is followed up here. Please address this post . http://struts.1045723.n5.nabble.com/loading-Dropdown-dynamically-from-database-td3555885.html -- View this message in context: http://struts.1045723.n5.nabble.com/Code-Help-CRUD-example-tp3483604p3555951.html Sent from the Struts - User m

RE: Code Help:CRUD example

2011-03-12 Thread Jose Luis Martinez Avial
has nothing to do with Struts at all. -Original Message- From: JavaNoobie [mailto:vivek...@enzentech.com] Sent: Friday, March 11, 2011 7:12 AM To: user@struts.apache.org Subject: Re: Code Help:CRUD example The Jsp file to the same is as follows. http://old.nabble.com/file/p3112

Re: Code Help:CRUD example

2011-03-11 Thread Dave Newton
Please consider using a service like pastebin or whatever so the line numbers actually make sense when we look at it. I have no idea which line 92 is. This code: List loadDomainType = DomainDAO.loadDomainType(); dtList=loadDomainType; confuses me; couldn't you just say: dtList = DomainDAO.loadD

Re: Code Help:CRUD example

2011-03-11 Thread JavaNoobie
The Jsp file to the same is as follows. http://old.nabble.com/file/p31124495/newjsp.txt newjsp.txt JavaNoobie wrote: > > Hi All, > This is in following to my previous message . > I have developed a small CRUD example using struts 2 . But when I try to > run the same it throws an error (Null poi

Code Help:CRUD example

2011-03-11 Thread JavaNoobie
Hi All, This is in following to my previous message . I have developed a small CRUD example using struts 2 . But when I try to run the same it throws an error (Null pointer exception).. The exception stack trace is as follows. Inside AddDomain java.lang.NullPointerException at com.vivek.s