Richard
I'm pretty close because I can do this in my Controller and get the correct value
<cfset test = getSiteDetails().getConfigSetting("siteName")>
<cfdump var="#test#" label="test"><cfabort>
So it must just be something little that is causing this to give the error in my view
<cfset appTitle = viewState.GetValue("siteDetails").siteName />
Bryan
On 11/28/06, Richard East <richard.east@...> wrote:
Hi Bryan,
I'm away from my office pc, so cannot quickly answer this. The bean
needs to be initiated in the main controller cfc you use. I can't give
you the exact code at the moment, but I will forward it as soon as I
can unless someone else on the list can beat me to it.
Sorry,
Richard