PluginManager pluginManager = (PluginManager) session.getAttribute( PluginManager.PLUGIN_MANAGER );
Set pluginSet;
try
{
pluginSet = pluginManager.prepAttainGoal( getName(), baseContext, mapper );
}
catch ( Exception e )
{
throw new JellyTagException( e );
}