You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by ad...@bt.com on 2006/01/16 16:42:38 UTC

Documentation fix

I have tried out the JDOM example at
http://jakarta.apache.org/velocity/docs/developer-guide.html#Velocity%20
and%20XML and have a small correction:

vc.put("root", root);

Should be changed to:

vc.put("root", root.getRootElement());

Otherwise it don't work!

Regards,


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org


Re: Documentation fix

Posted by Will Glass-Husain <wg...@forio.com>.
Thanks!  We'll fix this for the next release.

WILL

----- Original Message ----- 
From: <ad...@bt.com>
To: <ve...@jakarta.apache.org>
Sent: Monday, January 16, 2006 7:42 AM
Subject: Documentation fix


I have tried out the JDOM example at
http://jakarta.apache.org/velocity/docs/developer-guide.html#Velocity%20
and%20XML and have a small correction:

vc.put("root", root);

Should be changed to:

vc.put("root", root.getRootElement());

Otherwise it don't work!

Regards,


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org