You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/10/28 12:52:44 UTC

Re: xsp:expr / creating a link

Patrick Hess dijo:
> <a href="#"><xsp:expr>userName</xsp:expr></a>

> How to create a href including the "userName" variable
> like <a href="mypage?user=bob_foo">bob_foo</a>
<a>
<xsp:attribute name="href">#?<xsp:expr>userName</xsp:expr></xsp:attribute>
<xsp:expr>userName</xsp:expr>
</a>

Best Regards,

Antonio Gallardo



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: xsp:expr / creating a link

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Patrick Hess dijo:
> Antonio Gallardo wrote:
>
>> <a>
>> <xsp:attribute
>> name="href">#?<xsp:expr>userName</xsp:expr></xsp:attribute>
>> <xsp:expr>userName</xsp:expr>
>> </a>
>
> Thanks again fr the answers! Would be nice to get such a quick and
> informative service from professional vendors like here on this list! :)

lol.

Antonio Gallardo




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: xsp:expr / creating a link

Posted by Patrick Hess <po...@pbone.biz>.
Antonio Gallardo wrote:

> <a>
> <xsp:attribute name="href">#?<xsp:expr>userName</xsp:expr></xsp:attribute>
> <xsp:expr>userName</xsp:expr>
> </a>

Thanks again fr the answers! Would be nice to get such a quick and 
informative service from professional vendors like here on this list! :)

Patrick



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org