Tagged Questions
The brail tag has no wiki summary.
3
votes
4answers
369 views
.NET Hashtable - “Same” key, different hashes
Is it possible for two .net strings to have different hashes? I have a Hashtable with amongst others the key "path". When I loop through the elements in the table to print it, i can see that the key ...
3
votes
1answer
1k views
How to use Brail as a stand-alone general purpose templating engine (like NVelocity)?
I've been using NVelocity as a stand-alone templating engine in my text file generator. The problem with NVelocity is that the macros are quite shaky; pretty much all errors I get are from faulty ...
1
vote
2answers
2k views
How to use multiple view engines in ASP.NET MVC application
I'd like to use two view engines in my asp.net mvc web application.
The first one is the Brail view engine from MVCContrib project, and another one is my custom view engine for generating javascript ...
0
votes
1answer
37 views
How to set focus to a textbox that was just inserting it into my page?
I have a dynamic web page that after clicking a link, I insert a partial view into my page using brailjs action. My brailjs view looks like this
page.inserthtml('bottom', 'items', { @partial: ...
0
votes
0answers
45 views
Using variables in translation strings with Brail
I'd like to build a localised web app with MonoRail and Brail.
http://www.castleproject.org/monorail/documentation/trunk/usersguide/...
describes how to translate basic strings, and I can do that. ...