Standalone Application Toolbox

2005-06-21 Thread Markos Charatzas
Hi there, It is possible to have a toolbox in a standalone velocity application? Thanks in advance, Markos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Standalone Application Toolbox

2005-06-21 Thread Markos Charatzas
Im using the org.apache.velocity.tools.view.XMLToolboxManager to load the toolbox, but do I need to register it somehow with the VelocityEngine? Thanks, Markos On Tuesday 21 June 2005 14:29, Markos Charatzas wrote: Hi there, It is possible to have a toolbox in a standalone velocity

Re: Standalone Application Toolbox

2005-06-21 Thread Markos Charatzas
Digging around I found out that I just jave to use the context provided by toolboxManager.getToolboxContext(String) instead. Although I must be missing something cuz using is it seems that the template.merge( Context context, Writer writer ) does not actually work its way through the

Re: Standalone Application Toolbox

2005-06-21 Thread Markos Charatzas
Just used the new VelocityContext(Context context) constructor to wrap the toolbox context. Hope someone will find this thread useful! :p Sorry for the trouble, Markos On Tuesday 21 June 2005 15:21, Markos Charatzas wrote: Digging around I found out that I just jave to use the context

silent #parse

2005-06-21 Thread Andrew Mason
Hi, I was wondering if it was possible to get the #parse method to fail silently or log instead of displaying to the screen? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: silent #parse

2005-06-21 Thread Jonathan Dingman
Through a little google search, I found this article. It may help you. http://mail-archives.apache.org/mod_mbox/jakarta-velocity-user/200406.mb ox/[EMAIL PROTECTED] Or this post: http://www.mail-archive.com/velocity-user@jakarta.apache.org/msg14797.ht ml Try using google as your first resource