Luca Morandini wrote:
> I tried to use the settings object in JX (say,
> ${cocoon.settings.basepageTitle}), but nothing showed.
>
> I then displayed the mere cocoon object in JX, getting this:
> {parameters=Parameters[r/w]:{},
> [EMAIL PROTECTED],
> [EMAIL PROTECTED],
> [EMAIL PROTECTED]
>
>
> No settings object in sight... I was under the impression it had to be
> there by default (BTW, I've included the cocoon-configuration-api block).
Hi Luca,After looking at the CocoonEntryObjectModelProvider[1] class I see that you have found a bug. Even though the settings object is passed to the class it's not being put on cocoonMap. We are planning final release of the core of Cocoon 2.2 and this should be definitively fixed before final release so just create an issue in JIRA and I'll take care about it ASAP. [1] http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/apache/cocoon/objectmodel/impl/CocoonEntryObjectModelProvider.java?view=markup -- Grzegorz Kossakowski --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
