I have this:

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

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)



-- 

Kamera wideo Sony, 5000 zl
wygraj w konkursie eMarketu i Onet.pl [ http://konkursy.onet.pl/emarket ]


---------------------------------------------------------------------
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