web services - how can i get data from webservice in jsp -


this part of view.jsp:

<form action="some_test_url" method="get"> <input type="hidden" name="operation" value="sumoketos_sumos" /> <input type="text" name="kodas"> <input type="submit" value="ieškoti" /> </form> 


im getting result in new page:
{"id":"102061","metai":"2015","suma":"-2627.3"}
how can put data table on same view.jsp page?

you use resourceurl , perform action in ajax. in response, use javascript place information in table.


Comments

Popular posts from this blog

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -