I am trying to use Jeditables (http://www.appelsiini.net/projects/jeditable) in my first castle monorail mvc application
I\'m using the NVelocity from the Castle project and according to the velocity specs I should be able to access the loop counter like this:
Hi I am trying to implement my first web application using Castle Monorail. Nut I am getting the following error
I\'ve used MEF for a few projects at work and I\'ve just stared messing about with Monorail in my spare time. I was wondering if there was any way that I could use MEF to load the controllers that Mon
I have come across a scenario where I have some initialization code on my conrtoller, which might identify an invalid state which will demand some user interaction.
I\'ve been following this guide and coming up with my own concoction in order to use MonoRail\'s FormHelper.Select that is generated from an enum.So here\'s the Brail syntax:
I\'m using monorail and jQuery validation. The issue is that when you use the FormHelpers, such as: $FormHelper.TextField(\"user.username\")
I\'m using Windows 7 (IIS 7.5) and have been struggling with getting it setup to use extensionless url\'s. This is what my web.config looks like:
I\'m trying to get businesses within a certain number of miles of a user, using a formula to get the distance between the lat/long of the business and the lat/long of the user. Here is the code:
In our system most of the code is in an asp.net (2.0) web site,I discovered Castle Monorail a few month ago and I think it\'s really easier to use than asp.net / webforms.