Re: session basic

2001-06-08 Thread Oskar Werewka
>-Christopher > > > > >Please respond to [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] >cc: > >Subject: session basic > > > >I have this: > > > > >and I'm not getting any "Oskar Werewka" in the output? >but why? Wh

Re: session basic

2001-06-08 Thread giacomo
On Fri, 8 Jun 2001, Oskar Werewka wrote: > > I have this: > > > Try this Oskar Werewka" 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( > Str

Re: session basic

2001-06-08 Thread paint007
Oskar, try this instead: Oskar Werewka If you look again at your generated code, you can see that it is setting the value for "username" to "" in the call to setAttribute(). -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: ses

session basic

2001-06-08 Thread Oskar Werewka
I have this: 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(