Hi,
For last 2 days I'm struggling to inject a message to a page having .NET 2.0 master page (not Spring master pages). It works perfectly on pages without a master page.
I tested on 1.0.2 and 1.1 latest version but without any success. I have the following in my web.conf.
"PlainPage.aspx" has no master page definition and it works well. "ContentPage.aspx" is the page which has .NET 2.0 master page and it doesn't work at all.Code:<spring> <context type="Spring.Context.Support.WebApplicationContext, Spring.Web"> <resource uri="config://spring/objects"/> </context> <objects xmlns="http://www.springframework.net"> <object type="~/pages/ContentPage.aspx"> <property name="Title" value="Spring DI"/> </object> <object type="~/pages/PlainPage.aspx"> <property name="Title" value="Spring DI"/> </object> </objects> </spring>
I'm quite surprised to see no Google post on this matter. Am I doing something totally stupid? Please advice.
Thanks in advance
Hasith


? Please advice.
Reply With Quote
