Hi! Guys,

The XDtConfig:configParamValue template tage will call 
ConfigTagHandler.getConfigParamValue() which in turn will try to call the access 
method with the specified paramName of the active subTask. If it cannot find the match 
method(NoSuchMethodException), it will try to find the DocletContext's configs 
HashTable to get one. I checked the code of DocletContext, the configs seems created 
as an empty HashTable and then just leave there as is. So the code in 
ConfigTagHandler.getConfigParamValue() will cause a  NullPointerException.

        getDocletContext().getConfigParam( param_name ).toString();

How can I stuff in some Config parameter?

Henri Chen
]���n���j)b�   
]b��ݡ�^���X���(��~��zw���i����l���q���z���l�X��)ߣ�]��^��


Reply via email to