Hi,

I am using tdk1.1a9.

I write a 
/templates/navigations/Procumentnav.vm

$message
$test



navigations/Procumentnav.java

The code like this:

public class Procumentnav extends VelocityNavigation
{
    public void doBuildTemplate( RunData data, Context context ) 
        throws Exception
    {
        context.put ("test" , new String("this is a test message"));
    }
}


----------------------------------------------
When I test the system.  The $message is resolved.  But $test is not resovled and 
display  "$test".  I put a log in java, I notice that the Procumentnav.doBuildTemplate 
has not been called. 

Any one met this problem?


Regards&Thanks

fanyun�˛���m�n���z���p��"�h��(�:.�˛���m�n���z�ߖ+-Š�x��d�j�!��i��0�f���܆+�r����ۊw��X��
+�)�v�,r��>��鬎��"�h��(

Reply via email to