Re: Clearing Cache when using Cache Attribute in Controller

2009-02-27 Thread Ricardo Lopes
Hi, Asuming you are using the ASP.NET Cache i think it would be safer to iterate through the Cache add delete all the entries. Ricardo Lopes. 2009/2/27 jarrold jarr...@gmail.com Thanks Felix and Ken for you advice. I think I've figured it out, please correct me if I'm wrong. Monorail just

Re: High CPU Problems on a MonoRail application

2009-02-27 Thread Ken Egozi
I saw this. thx. hopefully I'll get to review and apply this weekend On Fri, Feb 27, 2009 at 12:44 PM, Gildas gildas.gar...@gmail.com wrote: I finally got enough time to make those patches. All tests succeeded. On Feb 23, 2:20 pm, Ken Egozi egoz...@gmail.com wrote: yes please.

Re: Parser error

2009-02-27 Thread Martin Nilsson
I'm getting the same error after upgrading to latest trunk. The layout: html head titleTitle/title /head body Test /body /html Stacktrace: at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at

Re: Parser error

2009-02-27 Thread Martin Nilsson
If I change to my previous Boo.Lang.Compiler it's working again. Has Boo been upgraded? On Fri, Feb 27, 2009 at 1:36 PM, Martin Nilsson mffmar...@gmail.com wrote: I'm getting the same error after upgrading to latest trunk. The layout: html head titleTitle/title /head

Menu Component: Javascript problems

2009-02-27 Thread Flominator
Hi there, I tried downloading the example from http://using.castleproject.org/display/Contrib/Menu+Component. Finally I got it running. I was even able to include it into my project. But everytime I click a node, I get a JS runtime error that tell me, that the object evnt doesn't support

Re: Menu Component: Javascript problems

2009-02-27 Thread James Curran
Ooops My mistake stopPropagation() is a jQuery function, which I thought was a regular DOM function. Apparently the correct call for prototype.js is Event.stop(evnt); On Feb 27, 11:07 am, Flominator flomina...@gmx.net wrote: Hi there, I tried downloading the example

Re: Navigation links for Pagination not working

2009-02-27 Thread Loic Nageleisen
On 27 Feb 2009, at 06:18, eyal wrote: Hi All, The updated trunk for framework 2.0 has some changes regarding pagination. Appearantly the navigation links ceased to navigate (first | prev | next | last) any idea why? here is my code: tdShowing $accounts.FirstItemIndex -

Re: Parser error

2009-02-27 Thread Ayende Rahien
Looks like that might be the reason, yes. On Fri, Feb 27, 2009 at 7:56 AM, Martin Nilsson mffmar...@gmail.com wrote: If I change to my previous Boo.Lang.Compiler it's working again. Has Boo been upgraded? On Fri, Feb 27, 2009 at 1:36 PM, Martin Nilsson mffmar...@gmail.comwrote: I'm

Re: Navigation links for Pagination not working

2009-02-27 Thread eyal
Hi Loic, Thanks for the reply. Your solution works perfectly. Eyal On Feb 27, 12:58 am, Loic Nageleisen loic.nagelei...@gmail.com wrote: On 27 Feb 2009, at 06:18, eyal wrote: Hi All, The updated trunk for framework 2.0 has some changes regarding pagination. Appearantly the

Re: Navigation links for Pagination not working

2009-02-27 Thread eyal
I found an issue with HasLast apparently HasNextPage does not replace it. All it does is go to next page if you click on Last nav. link. Also TotalPages remains TotalItems Thanks eyal On Feb 27, 1:56 pm, eyal ebarda...@gmail.com wrote: Hi Loic, Thanks for the reply. Your solution works