castle-monorail
castle monorails httpHandlers
I have a question and I hope you can help me solve it... I have a castle monorails application. In web.config file in httphandlers I have *.aspx maped to monorails (my hosting does not suport other ex[详细]
2023-01-03 05:40 分类:问答MonoRail CheckboxList?
I\'m trying to use a Checkboxlist in MonoRail to represent a many to many table relationship. There is a Special table, SpecialTag table, and then a SpecialTagging table which is the many to many mapp[详细]
2023-01-02 02:48 分类:问答Monorail Excpetion, "The given key was not present in the dictionary."
I am quite blocked about an exception. I am using Active Record and Monorail. I was able to use the scaffold controllers in monorail, until I add new models.[详细]
2023-01-01 19:47 分类:问答MonoRail - Select parent category from one dropdown, show child category dropdown
I\'m new to MonoRail and am trying to figure out how to have it so that I can select a parent category in a dropdown then have it show a second dropdown with the categories that are children of the pa[详细]
2023-01-01 08:51 分类:问答Upgrading MonoRail - $HtmlHelper.InputFile & $HtmlHelper.DateTime missing?
I upgraded MonoRail to the latest version and now $HtmlHelper.InputFile and $HtmlHelper.DateTi开发者_开发知识库me don\'t get parsed. Were these removed and are there equivalents for these now?[详细]
2023-01-01 06:29 分类:问答Render ViewComponent from another component codebehind
I\'m trying to render a component from withing another component. public override void Render() // ... var block = new Block();[详细]
2022-12-29 20:46 分类:问答MonoRail: Testing, Route Extensions, Folder Structures
I\'ve got a few questions related to the use of MonoRail Testing Does everyone tend to use NUnit for their testing? I haven\'t worked enough with testing to know if this is a good testing framework[详细]
2022-12-28 09:15 分类:问答Posting a form with a file attachment to a monorail controller
I have the following form (in brail): <form method=\"post\" enctype=\"multipart/form-data\" action=\"${UrlHelper.For({@action:\'Upload\'})}\">[详细]
2022-12-24 23:13 分类:问答Unit testing Monorail's RenderText method
I\'m doing some maintenance on an older web application written in Monorail v1.0.3.I want to unit test an action that uses RenderText().How do I extract the content in my test?Reading from controller.[详细]
2022-12-24 02:06 分类:问答Castle MonoRail ARDataBind trying to bind to non-existent row
I have a shopping cart application running on MonoRail and using Castle ActiveRecord/NHibernate, and there is a ShoppingCart table and a ShoppingCartItems table, which are mapped to entities.[详细]
2022-12-23 19:45 分类:问答