i need to know the way for call a function in jsp?
in my function, i wrote a code for get user input and write it in xml file… when i call it, there is a error… how could i achieve this.?
<form method = "post" action="Result.jsp" >
<input type="submit" name="submit" value="Submit" onclick="writeXml()"/>
HttpServletweb.xmlaction="/yourServletMapping“doPost(..)methodBut first, read some servlets tutorial.
Update: place the jena jars in
WEB-INF/lib