Fixed Javascript bug in MenuViewComponent.
Moved non-ViewComponent classes to subfolders.
Added WebTraceExtension.

The Contrib "ViewComponent" assembly has had a TransformFilter since
before I started, and over the years, I added a filter, two helpers
and now an extension.  I figure something needs to be done to
straighten that out, but separate projects/assemblies for each of the
non-ViewComponents would be even more unruly/messy.  As a first step,
I move them into subfolders.

WebTraceExtension Class
This extension appends the ASP.NET Tracing diagnostic information and
custom tracing messages to the output of the page and sends this
information to the requesting browser, just as if <% @Page
trace="true" /> had been specified on an aspx page. public class
WebTraceExtension

web.config
<monoRail>
      <extensions>
         <extension
type="Castle.MonoRail.Framework.Extensions.WebTraceExtension,
Castle.MonoRail.ViewComponents" />
      </extensions>
      <webtrace enabled="true" includePropertyBag="true"
htmlOnly="true" />
</monoRail>

Fuller details (including example) as 
http://using.castleproject.org/display/Contrib/Web+Trace+Extension

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to