Hi Frank. just another thought...
do the following:
your class Yada:
package myYada;
public class Yada {
public static String getString() {
return "Hello from Yada.getString()";
}
}
store & compile that in:
WEB-INF\classes\myYada\
add the following to your date.jsp instead of <%@ page session="false"%> right
at the top:
<[EMAIL PROTECTED] contentType="text/html"
session="false"
import="myYada.*"%>
and reload the examples webapp....
HTH jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]