Re: Url.Link using named routes

2010-01-25 Thread John Simons
Yes, the parameter is now called route. Unfortunately the NVelocity view engine doesn't allow you to pass a dictionary inside a dictionary, which is what you have to do to get this working. So far I've been able to get around this restriction/bug by using, eg: $Url.Link('Product Name',

Re: Monorail on IIS7, handling .html extensions

2010-01-25 Thread John Simons
JakeS, you should also consider upgrading to the release version of Monorail, you can get it from http://www.castleproject.org/castle/download.html Cheers John On 26/01/2010, at 10:07, Ken Egozi egoz...@gmail.com wrote: order of handlers is important. The .html extension is mapped on machine

Re: Type '' does not implement service error when upgrading to latest Castle

2010-01-25 Thread Mark Richman
Oddly, this imperative version works perfectly: container.AddComponentLifeStyle(entityurlsprovider.picker, typeof (IWebAdminEntityPickerEntityUrlsProvider), typeof (WebAdminEntityPickerEntityUrlsProvider),

Re: [Active Record] Intercept Event

2010-01-25 Thread Markus Zywitza
Look here: http://using.castleproject.org/display/AR/NHEventListenerSpecs C3 is not supported yet, since ARFacility doesn't contain EventListener support ATM. -Markus 2010/1/25 Cesar Sanz the.email.tr...@gmail.com: Hi!! ActiveRecordStarter.EventListenerComponentRegistrationHook Thanks,

Re: Monorail on IIS7, handling .html extensions

2010-01-25 Thread Ken Egozi
yup, that also :) (I keep forgetting that) On Tue, Jan 26, 2010 at 1:28 AM, John Simons johnsimons...@yahoo.com.auwrote: JakeS, you should also consider upgrading to the release version of Monorail, you can get it from http://www.castleproject.org/castle/download.html

Re: Type '' does not implement service error when upgrading to latest Castle

2010-01-25 Thread Krzysztof Koźmic
were you able to create a reproduction you could post here? Krzysztof On 2010-01-26 02:18, Mark Richman wrote: Oddly, this imperative version works perfectly: container.AddComponentLifeStyle(entityurlsprovider.picker, typeof