Hash Variable in SQL within form used within a Form Grid
I am attempting to use a JDBC Binder to load a Select Box within the Form used to populate a Form Grid.
This works fine when I use a WHERE and then a LIKE so long as the LIKE parameter is of the form '%individual%', where the string "individual" is the value on which I am filtering. However, when I try to bring in a value from a field on the Form to use as the filter by using a Hash Variable it does not seem to work. It ignores the second like.
See below. Is the syntax correct or allowed to do this?
I also get these lines in the log:
ERROR 02 Dec 2021 21:35:45 org.owasp.csrfguard.CsrfGuard - Referer domain https://ws1.tpf1.net/jw/web/userview/accounts/accounts/_/account_crud?_mode=edit&id=afc4696c-6d2f-481c-b4d8-963331e1452a does not match request domain: http://ws1.tpf1.net/jw/csrf
ERROR 02 Dec 2021 21:36:04 org.owasp.csrfguard.CsrfGuard - Referer domain https://ws1.tpf1.net/jw/web/userview/accounts/accounts/_/welcome does not match request domain: http://ws1.tpf1.net/jw/csrf
ERROR 02 Dec 2021 21:36:05 org.owasp.csrfguard.CsrfGuard - Referer domain https://ws1.tpf1.net/jw/web/userview/accounts/accounts/_/account_crud does not match request domain: http://ws1.tpf1.net/jw/csrf
ERROR 02 Dec 2021 21:36:08 org.owasp.csrfguard.CsrfGuard - Referer domain https://ws1.tpf1.net/jw/web/userview/accounts/accounts/_/account_crud?_mode=edit&id=afc4696c-6d2f-481c-b4d8-963331e1452a does not match request domain: http://ws1.tpf1.net/jw/csrf
ERROR 02 Dec 2021 21:36:10 org.owasp.csrfguard.CsrfGuard - Referer domain https://ws1.tpf1.net/jw/web/app/accounts/2/form/embed?_submitButtonLabel=Submit&__a_=accounts&__u_=accounts&OWASP_CSRFTOKEN=2CE9-Q4FA-XGBA-JXM3-YR93-FR8Q-RGG8-3PJN does not match request domain: http://ws1.tpf1.net/jw/csrf
