marmor7
Results
2
comments of
marmor7
I've fixed this by setting the User Header Search paths to: $PROJECT_DIR/AQGridView and toggling the selector on the right to "recursive". this makes the search path contain all the sub-dirs...
Hey, are you sure POST is working for you? I can't get POSTs to work as well, I can see the reason in the code: ``` if (requestMethod.equals(HttpEngine.POST) || requestMethod.equals(HttpEngine.PUT)...