web hosts?

1999-05-08 Thread Ferenc Csizmadia
Hi, Does anyone know about web hosting companies that support JSP? Thanks in advance, Ferenc Csizmadia === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST&q

syntax highlighting for gvim?

1999-05-10 Thread Ferenc Csizmadia
Hi, Does anyone know about JSP syntax highlighting module for vim and gvim? Thanks in advance, Ferenc Csizmadia === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signof

Missing term error using JSWDK 1.0.1

2000-04-05 Thread Ferenc Csizmadia
Hi, I get "com.sun.jsp.JspException ... Missing term." using a JSP page to this code 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 JSWD

jsp:setProperty doesn't work

2000-04-06 Thread Ferenc Csizmadia
Hi, Setter methods don't run when setProperties are called in my JSP page. (I use JSWDK 1.0.1) For example: setJdbcURL(...) is not called by the call. Any idea? Regards, Ferenc PS: - Hans, Thanks for the answer. Actually, I do exactly what you suggest (check the code in my previou