Hi all, to describe my problem I though that showing a snapshot would be the best. <http://ofbiz.135035.n4.nabble.com/file/n4647193/Untitled.png> That is actually what I have: -one FORM widget in the upper part, where the user can input text & select dropdowns -another FORM (of type list) in the second part of the screen, which shows values in my DB
Currently, all the values in the 2nd FORM are static What I would ideally like to do is: according to the user's inputs, have different queries triggered and show the results. For that, I tried using events to work on the processing of the 1st form (thing I used to do for simple forms) But after working a lot on that, I finally found that using services would be probably better than events. As I would be able to deal with delegator in my service. The problem, is that I am still facing issues with that, and I am still a little bit confused about how to work. Note: I can provide code and explain more if needed PS: I wasn't able to find any source that is really clear about how to use services for making queries... Thank you! Jad ----- Jad El Omeiri -- View this message in context: http://ofbiz.135035.n4.nabble.com/find-records-after-submitting-FORM-tp4647193.html Sent from the OFBiz - User mailing list archive at Nabble.com.
