On Fri, 8 Jun 2001, Oskar Werewka wrote:

>
> I have this:
>
>       <session:set-attribute name="username" content="Oskar Werewka"/>
>       <session:get-attribute name="username"/>

Try this

   <session:set-attribute name="username">Oskar Werewka"</session:set-attribute>

Giacomo

>
> and I'm not getting any "Oskar Werewka" in the output?
> but why? When I looked at the generated java code, it
> seens to be OK:
>
>        session.setAttribute(
>          String.valueOf("username"),
>          ""
>        );
>
> and:
>
>          xspCurrentNode.appendChild(
>            xspExpr(
>            session.getAttribute(
>              String.valueOf("username")
>            )
>          , document)
>          );
>
> But no text node is created, why?
>
> Thanks, desperate Oskar
> (It will be probably faster for me, to write my own tablib - help)
>
>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to