IRC Chat : 2013-06-23 - OpenMRS

00:34:42 *** wyclif has quit IRC
00:49:37 *** harshadura_ has quit IRC
01:01:29 *** harshadura_ has joined #openmrs
01:03:26 *** ArcTanSusan has joined #openmrs
01:35:39 *** achint has joined #openmrs
01:41:06 *** ArcTanSusan has quit IRC
02:24:37 *** wyclif has joined #openmrs
02:29:00 *** ArcTanSusan has joined #openmrs
02:44:46 *** rday has joined #openmrs
03:33:27 *** wyclif has quit IRC
03:48:05 *** harshadura has joined #openmrs
03:48:05 *** ChanServ sets mode: +v harshadura
03:59:23 *** harsha89 has quit IRC
04:11:19 *** harsha89 has joined #openmrs
04:28:40 *** harsha89 is now known as harsz89
04:43:02 *** achint has quit IRC
05:52:43 *** harshadura has quit IRC
05:53:14 *** harshadura has joined #openmrs
05:53:15 *** ChanServ sets mode: +v harshadura
05:57:24 *** harshadura has quit IRC
06:03:41 *** harshadura has joined #openmrs
06:10:23 *** harshadura__ has joined #openmrs
06:13:31 *** harshadura has quit IRC
06:14:51 *** ArcTanSusan has quit IRC
06:15:49 *** ArcTanSusan has joined #openmrs
06:31:27 *** harshadura__ has quit IRC
06:36:26 *** harshadura has joined #openmrs
06:36:26 *** ChanServ sets mode: +v harshadura
07:34:18 *** dkayiwa has joined #openmrs
07:55:08 *** harsz89 has quit IRC
08:01:28 *** KC9YYQ has quit IRC
08:04:50 *** KC9YYQ has joined #openmrs
08:08:36 *** dkayiwa has quit IRC
08:26:35 *** harshadura has quit IRC
09:33:27 *** harshadura_ has quit IRC
09:46:41 *** dkayiwa has joined #openmrs
10:13:07 *** dkayiwa has quit IRC
10:15:32 *** dkayiwa has joined #openmrs
11:26:19 *** dkayiwa has quit IRC
11:41:14 *** dkayiwa has joined #openmrs
11:51:16 *** GitHub154 has joined #openmrs
11:51:16 <GitHub154> [openmrs-core] michaelpigg opened pull request #347: TRUNK-3877: Changing login password deletes secret answer (master...TRUNK-3877) http://git.io/8nVYHQ
11:51:16 *** GitHub154 has left #openmrs
12:59:24 *** dkayiwa has quit IRC
13:09:49 *** dkayiwa has joined #openmrs
14:15:55 *** harsz89 has joined #openmrs
14:15:55 *** ChanServ sets mode: +v harsz89
14:29:39 *** sashrika has joined #openmrs
14:34:11 *** harshadura has joined #openmrs
14:39:31 *** rday has quit IRC
14:47:21 <harshadura> dkayiwa: can i get a min
14:47:27 <dkayiwa> harshadura: ok
14:47:36 *** wyclif has joined #openmrs
14:48:57 *** harshadura_ has joined #openmrs
14:50:25 *** harshadura_ has joined #openmrs
14:52:18 <harshadura> dkayiwa: are you gonna leave soon ?
14:57:28 <dkayiwa> harshadura: yes in a few mins
14:57:39 <dkayiwa> harshadura: and then come back later
14:57:53 <dkayiwa> harshadura: but i can have like 10 mins before i leave
15:02:23 <harshadura> dkayiwa: i need to embed HTML form into my module JSP? my mentor told something about to use an existing Renderer for it but I didn got it properly.. Could you please help me on that
15:03:08 <dkayiwa> harshadura: i would need to first do some research about it since i have never done it before :)
15:03:30 <harshadura> dkayiwa: oops xD
15:03:38 <harshadura> its ok dkayiwa thank you :)
15:09:33 *** dkayiwa has quit IRC
15:40:36 *** k-joseph has joined #openmrs
15:48:42 <harshadura> hi wyclif
15:55:17 <harshadura> wyclif: can i get a min :)
15:56:10 <wyclif> harshadura: sure
15:57:05 <harshadura> wyclif: can you advice me how to embed a HTML form into a JSP view of my module
15:58:34 <wyclif> harshadura: html form?
15:59:03 <harshadura> wyclif: yes wyclif
15:59:05 <wyclif> harshadura: as in htmlform from htmlformentry module or just regular HTML?
15:59:42 <harshadura> xD form generated by htmlformentry module
16:00:18 <harshadura> wyclif: ^
16:04:12 <harshadura> wyclif: are u their
16:04:14 <wyclif> harshadura: i have never tried it, but i think you might have to do it generate the form data through the module and include it in the jsp
16:05:35 <wyclif> harshadura: you might want to do something similar to what this modules does https://github.com/openmrs/openmrs-module-htmlformentryui
16:05:38 <OpenMRSBot> <http://ln-s.net/-JLk> (at github.com)
16:06:11 <harshadura> awesome thank you wyclif, i will try that out
16:06:38 <wyclif> harshadura: am not sure if htmlform entry generates html for the entire page or just the form
16:07:46 <wyclif> harshadura: if not you might submit a feature request so that it can just generate html for the form and exclude the html, body elements so that you can just embed that
16:08:24 <wyclif> harshadura: it is something probably easy to incorporate HFE module, talk mark goodrich about it
16:08:32 <harshadura> wyclif: thanks, i will check that :)
16:09:30 <harshadura> wyclif: are their something called: "html form renderers"
16:17:07 <wyclif> harshadura: am not sure
16:17:37 <harshadura> ok thank you wyclif
16:17:46 <wyclif> harshadura: but i think you need to do what that module is doing
16:18:58 <harshadura> wyclif: i installed the module you pointed to me now. but i think its very different one, it depends on UI framework and lots of others
16:19:43 <wyclif> harshadura: as in generate the html from your controller, add it as a mobel attributes data, include it in the jsp, you might want to look at enterHtmlForm.gsp in that module
16:20:26 <wyclif> and then do something similar to what is in BaseEnterHtmlFormPageController to process the form when it is submited
16:20:55 <wyclif> harshadura: i know it is different, i just said you need to borrow the idea from it
16:21:48 <harshadura> wyclif: got it, I will check more about it. thank you
17:08:31 *** k-joseph has quit IRC
17:11:11 *** rafa has joined #openmrs
17:11:11 *** ChanServ sets mode: +v rafa
17:16:07 *** k-joseph has joined #openmrs
17:18:44 *** achint has joined #openmrs
17:20:19 *** achint1 has joined #openmrs
17:21:55 *** achint2 has joined #openmrs
17:21:55 *** achint1 has quit IRC
17:23:22 *** achint has quit IRC
17:23:23 *** achint2 has quit IRC
17:23:33 *** achint has joined #openmrs
17:27:54 *** achint has quit IRC
17:43:55 *** achint has joined #openmrs
17:51:46 *** garima has joined #openmrs
17:51:56 *** ChanServ sets mode: +v garima
17:52:28 <garima> jkeiper: hi :)
18:04:25 *** k-joseph has quit IRC
18:32:00 *** r0bby_ has joined #openmrs
18:32:03 *** ChanServ sets mode: +v r0bby_
18:32:09 *** sashrika has quit IRC
18:32:35 *** rafa has quit IRC
18:32:49 *** dkayiwa has joined #openmrs
18:35:04 *** r0bby has quit IRC
18:48:21 *** achint has quit IRC
18:49:40 *** harsz89 has quit IRC
18:52:58 *** rday has joined #openmrs
19:15:56 *** rafa has joined #openmrs
19:15:56 *** ChanServ sets mode: +v rafa
19:21:51 *** achint has joined #openmrs
19:32:53 *** dkayiwa has quit IRC
19:33:55 *** dkayiwa has joined #openmrs
19:42:31 *** teigut has quit IRC
20:01:25 *** garima has quit IRC
20:20:06 *** achint has quit IRC
20:39:44 *** dkayiwa has quit IRC
20:42:52 *** dkayiwa has joined #openmrs
20:45:57 *** harshadura__ has joined #openmrs
20:49:05 *** harshadura_ has quit IRC
20:49:11 *** harshadura has quit IRC
20:54:43 *** ojwangantony__ has quit IRC
20:59:02 *** dkayiwa has quit IRC
21:01:58 *** harshadura has joined #openmrs
21:02:40 *** dkayiwa has joined #openmrs
21:14:41 *** dkayiwa has quit IRC
21:29:32 *** dkayiwa has joined #openmrs
21:52:55 *** achint has joined #openmrs
21:57:29 *** dkayiwa has quit IRC
22:03:40 *** rafa has quit IRC
22:11:04 *** evmw has joined #openmrs
22:11:04 *** ChanServ sets mode: +v evmw
22:13:31 *** evmw has quit IRC
22:16:52 *** dkayiwa has joined #openmrs
22:35:31 *** evmw has joined #openmrs
22:35:32 *** ChanServ sets mode: +v evmw
22:59:50 *** dkayiwa has left #openmrs
23:09:00 *** evmw has quit IRC
23:29:46 *** evmw has joined #openmrs
23:29:46 *** ChanServ sets mode: +v evmw