Your a live saver! That did it!! Just moving it into the util package solved
the problem!!!!
THanks....
--- Jan Behrens <[EMAIL PROTECTED]> wrote:
> 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]
>
=====
__________________________________________________
My full time permanent email address is always: [EMAIL PROTECTED]
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]