Log message #4218194

# At Username Text
# Dec 11th 2019, 06:03 md.islam11 ?
# Dec 11th 2019, 06:03 md.islam11 isset(this->request->getData('a')) shows error . What is the solution.
# Dec 10th 2019, 22:59 ricksaccous well i'm off, enjoy your day
# Dec 10th 2019, 22:59 ricksaccous lol 13337
# Dec 10th 2019, 22:52 challgren Ahh I have it on as bg noise when Im coding
# Dec 10th 2019, 22:49 ricksaccous i'm a harsh critic though
# Dec 10th 2019, 22:49 ricksaccous heh, i stopped watching season 3 i think, it was too cheesy at that point
# Dec 10th 2019, 22:48 challgren @ricksaccous watch Mr Robot all the episodes this season are titled in the 4xx series
# Dec 10th 2019, 22:47 challgren This is my template. Pretty simple form honestly.
# Dec 10th 2019, 22:46 ricksaccous very proper
# Dec 10th 2019, 22:46 ricksaccous oh cool
# Dec 10th 2019, 22:46 challgren 404 is not found
# Dec 10th 2019, 22:46 challgren bad request
# Dec 10th 2019, 22:46 ricksaccous i forget what that status code means but isn't that a page not found
# Dec 10th 2019, 22:46 ricksaccous do you really want to 400 on form error? lol
# Dec 10th 2019, 22:45 challgren @damiano this is an example how to do get/post edits,
# Dec 10th 2019, 22:44 ricksaccous haha, no problem
# Dec 10th 2019, 22:44 ricksaccous but i'm headed off soon so i must simply say good luck
# Dec 10th 2019, 22:44 damiano thanks!
# Dec 10th 2019, 22:44 damiano valueSources works perfectly! wow
# Dec 10th 2019, 22:44 ricksaccous honestly it's a bit hard to imagine your implementation
# Dec 10th 2019, 22:44 ricksaccous ok
# Dec 10th 2019, 22:44 damiano @ricksaccous i am using the GET for this reason, i basically submit the form on the same page
# Dec 10th 2019, 22:43 ricksaccous are you redirecting after submission?
# Dec 10th 2019, 22:43 ricksaccous if there are no errors and the form submitted, why would you still see anything
# Dec 10th 2019, 22:43 damiano @ricksaccous what do you mean?
# Dec 10th 2019, 22:42 damiano i try this
# Dec 10th 2019, 22:42 damiano ```'valueSources' => ['query', 'context']```
# Dec 10th 2019, 22:42 ricksaccous it depends how you are handling the submission
# Dec 10th 2019, 22:42 damiano @ricksaccous yes the form works correctly, but i do not see the values i have inserted after the submit
# Dec 10th 2019, 22:39 dereuromark Docs explain valueSources, jep
# Dec 10th 2019, 22:38 ricksaccous actually @damiano it's explained here https://book.cakephp.org/3/en/views/helpers/form.html#getting-form-values-from-the-query-string
# Dec 10th 2019, 22:37 ricksaccous also why would you want get to populate input fields? why would you rather get than post?
# Dec 10th 2019, 22:32 ricksaccous not sure if that matters but it might
# Dec 10th 2019, 22:32 ricksaccous did you specify the form type?
# Dec 10th 2019, 22:32 damiano only with POST data
# Dec 10th 2019, 22:32 damiano hello, why GET form does not populate the input fields ?
# Dec 10th 2019, 22:15 challgren @kevin.pfeifer in my implementation for a bunch of stats from different tables. I built a view and then manually query it
# Dec 10th 2019, 21:40 kevin.pfeifer ok thx, will try that :+1:
# Dec 10th 2019, 21:40 ricksaccous you'll prob count Books.id
# Dec 10th 2019, 21:39 ricksaccous https://book.cakephp.org/3/en/orm/query-builder.html#aggregates-group-and-having this has a small sample