Hi there
I have a question that I want to get some values from the server based on some input Id send from my view page.I am getting what I want.
But I have made a form like this
<form action="http://localhost:8080/WebFormSpringHibernate/search" method="get">
<label style="font-size: 20px; margin-left: 40px;">Id</label><input type="text" id="search_id"/><br>
<input type="submit" value="Submit"/>
</form>
I want to know is there any other way then form that I can pass values to server side
servlets(or any..)?
hope you can understand.Please ask if not
Thanks