Hi,
I get "com.sun.jsp.JspException ... Missing term." using a
JSP page to this code
<jsp:setProperty name="searcher"
property="similarityThreshold"
param="<%= similarityThreshold %>" />
The type of both the property and the variable is double.
This works:
<% searcher.setSimilarityThreshold(similarityThreshold); %>
Also, all other properties work (though they are not
double).
I am using JSWDK WebServer Version 1.0.1.
Any help is appreciated.
Ferenc
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets