Alex Romayev wrote:
>
> I have another question about bookmarks. The idea is that
> all navigation for my site needs to happen via user-friendly
> urls. This means that in tab.xsl instead of using
> "@parameter" for tab urls in the
> following:
>
> <a class="{$selected}" href="[EMAIL PROTECTED]">
> <xsl:value-of select="@name"/>
> </a>
>
> I need to be able to use a meaningful url name. I tried
> creating a parameter in layout/portal.xml and passing it to a
> "named-item", but it gets ignored.
>
> Any ideas?
>
Yes, the parameters of a named-item are ignored :(
I just committed a fix for this, so it should work now :)
Carsten