« Return to Thread: Global Application Name
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
On 11/28/06, Bryan S <bryansgroups@...> wrote:
> On 11/28/06, Richard East < richard.east@...> wrote:
> > > I hope this helps.
>
>
> Richard
>
> It was very helpful, sort of. :-) It showed me that I was on the right path
> with what I was trying to do. Unfortunately it doesn't work.
>
> The view says
> "You have attempted to dereference a scalar variable of type class
> java.lang.String as a structure with members."
>
> with this code.
>
> in my view
> <cfoutput>#viewState.GetValue("siteDetails").siteName#</cfoutput>
>
> in coldspring.xml
> <bean id="siteDetails"
> class="ModelGlue.Bean.CommonBeans.SimpleConfig">
> <property name="config">
> <map>
> <entry key="favicon"><value> favicon.ico</value></entry>
> <entry
> key="siteName"><value>MySite</value></entry>
> <entry
> key="siteStyleSheet"><value>/css/v3/eurstart.css</value></entry>
> </map>
> </property>
> </bean>
>
> The object isn't showing up when I dump this either.
> <cfdump var="#viewstate.getAll()#" label="
« Return to Thread: Global Application Name
| Free embeddable forum powered by Nabble | Forum Help |