Using a variable declared outside the Query string inside a SPARQL Query- Using JSP and Java Servlet

前端 未结 2 1213
天命终不由人
天命终不由人 2021-01-23 20:11

I have 2 jsp pages. In the index page I am selecting a dropdown value and passing the selected value as a url parameter to the SearchResults page.

http://localh         


        
2条回答
  •  感动是毒
    2021-01-23 20:50

    I have a solution for this issue. I used regex to obtain the result

    "filter(regex(?a, \"" + jobCategory + "\"))"
    

提交回复
热议问题