IRC Chat : 2011-02-20 - OpenMRS

02:24:02 *** deadpool has joined #openmrs
02:52:35 <deadpool> bwolfe: how's it going
04:09:31 *** suho has joined #openmrs
04:13:28 *** gbastien has quit IRC
04:56:31 <deadpool> hey robbyoconnor how's it going?
04:59:02 *** deadpool has quit IRC
05:54:59 *** dkayiwa has joined #openmrs
06:09:17 *** pascal` has quit IRC
06:14:21 *** pascal` has joined #openmrs
06:19:03 *** deadpool has joined #openmrs
06:29:48 *** dkayiwa has quit IRC
06:30:13 *** dkayiwa has joined #openmrs
06:50:01 *** suho has quit IRC
06:50:44 *** dkayiwa has quit IRC
07:15:25 *** dkayiwa has joined #openmrs
07:25:17 *** dkayiwa has quit IRC
07:37:59 *** dkayiwa has joined #openmrs
08:38:47 *** Hazamonzo_ has quit IRC
08:38:57 *** Hazamonzo_ has joined #openmrs
09:05:58 *** dkayiwa has quit IRC
09:06:03 *** dkayiwa has joined #openmrs
09:13:51 *** dkayiwa has left #openmrs
10:27:38 *** dkayiwa has joined #openmrs
10:45:27 *** rafa has joined #openmrs
11:19:23 *** dkayiwa has quit IRC
11:52:43 *** suho has joined #openmrs
11:53:21 *** suho has quit IRC
12:28:56 *** rafa has quit IRC
12:30:44 *** dkayiwa has joined #openmrs
12:31:04 *** rafa has joined #openmrs
13:06:48 *** dkayiwa_ has joined #openmrs
13:06:48 *** dkayiwa has quit IRC
13:06:49 *** dkayiwa_ is now known as dkayiwa
13:11:56 *** rafa has quit IRC
13:34:47 *** pascal` has quit IRC
13:42:50 *** dkayiwa has quit IRC
14:19:14 *** rafa has joined #openmrs
15:03:16 *** suho has joined #openmrs
15:49:12 *** rafa has quit IRC
17:02:27 *** mayanks43 has joined #openmrs
17:06:57 <deadpool> bwolfe: can i ask you a question?
17:14:35 <deadpool> bwolfe: I am using the referenceData method. I can compile it and deploy it but when i click on the page that uses the reference data method i get an error http://pastebin.com/KVD7bxA1 this is my referenceData method code http://pastebin.com/gzYQhMty
17:44:37 *** mayanks43 has left #openmrs
18:46:18 <deadpool> robbyoconnor: I have a quick question. I have a form i am trying to submit but the form needs to be populated by data from the database so i call a referenceData method and then a onSubmit method. My question is why is my onSubmit method not getting called i even tried doing the doSubmitAction method but neither of them are getting called. any Ideas?
19:19:34 *** dkayiwa has joined #openmrs
19:45:57 *** suho has quit IRC
19:57:49 <deadpool> bwolfe: can i ask you a question?
20:59:27 *** dkayiwa has quit IRC
22:44:42 *** downeym has joined #openmrs
22:44:42 *** ChanServ sets mode: +o downeym
23:04:01 <deadpool> downeym: can i ask you a question about mvc stuff?
23:05:42 <downeym> deadpool: You may ask :) better to check with bwolfe though
23:06:09 <deadpool> i tried but bwolfe is out for the moment i think
23:07:09 <downeym> I just talked to him though, I think he'll be back quite soon
23:07:54 <deadpool> downeym: i have a controller that queries the database for some items and then puts them into a form using referenceData and then using those elements as a form I use an onSubmit method but it never gets called. The reason i know it doesn't get called is because i have a system.out.println in there and it doesn't print to console but the one i have in the referenceData method does print any ideas?
23:08:03 <deadpool> would you like to take a look at the code?
23:08:46 <robbyoconnor> deadpool: hi
23:08:54 <deadpool> hi robbyoconnor
23:09:03 <robbyoconnor> I haven't done much development
23:09:38 <robbyoconnor> deadpool: I've used the spring MVC annotations
23:09:44 <deadpool> sorry to bother you guys it just that this problem has been frustrating me for over a month now and finally i have time to do some research and everywhere i look everything tells me i am doing it correctly but it isn't working
23:09:56 <robbyoconnor> deadpool: ping the list or wait for ben :)
23:10:07 <downeym> bwolfe will see it as soon as he's back
23:10:08 <deadpool> yeah that is what i am doing
23:10:17 <downeym> he went to buy us some noodles for the office :)
23:10:20 <robbyoconnor> if you're using annotations
23:10:34 <robbyoconnor> you can use whatever method name you want
23:11:25 <deadpool> ok but annotations are tricky and there isn't really a good reference manual out for the,
23:13:11 <deadpool> robbyoconnor: do you know a good reference manual?
23:21:35 <robbyoconnor> deadpool: spring docs are good
23:21:48 <robbyoconnor> plus peek at the groovy module
23:21:57 <robbyoconnor> (I used annotations there)