Tagged Questions

3
votes
7answers
700 views

Is the NVelocity project dead? Are there alternatives?

I'm looking for a template engine for .NET/C# to generate email notifications in my application. I read about NVelocity in the past and think it would fit my needs, but it seems this project is dead. …
3
votes
2answers
362 views

Problem with NVelocity, foreach and two Lists

Hi, is there an easy way to solve the following problem. Let's say I fetch a IList with some books in my controller from my model. Now I want to enrich the output and fetch a preview from Amazon …
2
votes
6answers
174 views

What’s the nvelocity/C# equivalent of “if x in array” ?

Hacking on a Nvelocity C#/.NET view template (.cs file), I'm really missing the Python keyword "in" (as in, "foo in list"). What is the built-in for checking list/array membership? This is what my …
2
votes
1answer
131 views

How can you get NVelocity to initialize correctly?

I can't get NVelocity to initialize. I'm not trying to do anything complicated, so it's just fine if it initializes at the defaults, but it won't even do that. This: VelocityEngine velocity = new …
1
vote
1answer
25 views

How to catch InvalidReference error in NVelocity

I am using codeplex NVelocity library on .net and i want to catch an error when I execute Evalute method on VelocityEngine instance and one of the parameter in template text was not found. How can I …
1
vote
1answer
71 views

How to use NVelocity without embedding the templates as resources?

I've been playing around with NVelocity to create a library that loads mail templates. And I haven't been able to load a template without embedding it into the application assembly. Is there a special …
1
vote
1answer
76 views

asp mvc with nvelocity?

I am trying use NVelocity with ASP.NET MVC, but I am having difficulty navigating the noise of out-of-date information. There are many broken links, incorrect info, etc. Is there a guide or howto …
1
vote
2answers
279 views

Completely overwriting a file with Velocity / NVelocity

I am trying to use NVelocity templates in a .Net application: using a template to output results to a file. It all seems to work fine except for the fact that the output is never fully overwritten. If …
1
vote
2answers
204 views

Modifying Cruise Control.NET

We are investigating using CruiseControl.NET as both a Continues Integration build provider, as well as automating the first part of our deployment process. Has anyone modified CruiseControl.NET's …
0
votes
1answer
14 views

How to proper initialize the nvelocity engine?

As I saw in some examples, and tried to understand throughout the velocity site, there are three ways of initializing the velocityengine: - With the default configurations : .Init() - With the default …
0
votes
0answers
15 views

Castle NVelocity in the GAC

I've been trying castle nvelocity and every time I tried to initilize it, it throws the following error "The specified class for ResourceManager …
0
votes
1answer
53 views

NVelocity - Only show row if not null…

I have the following in my NVelocity template: #if($PO.GiftMessage != '') <tr> <td align="left"> <font face="arial" size="2" color="#000000"> <b>Gift …
0
votes
1answer
26 views

NVelocity - Displaying money value…

I have an object - call this "order" This object has a property - Total. This is type - decimal (it's a money value) In my template i have something like: Order Total: $order.Total GBP …
0
votes
1answer
51 views

How to handle XSS on NVelocity

Castle Project is full of features, includes some awesome subprojects, and developing with it has been a pleasure. My team is almost ready to deliver a custom made EAM and we are polishing our …
0
votes
2answers
57 views

Castle Nvelocity GetTemplate method won’t work

I've been trying to follow this instructions to implement email templating using NVelocity but I keep getting a resource not found exception from the GetTemplate method. I've used Server.MapPath …

1 2 next
15 30 50 per page