Both are correct. The problem is somewhere with the creation of the
session.

>> 
>> 
>> When I write <xsp-session:get-attribute-names as="xml"/> I don't get 
>> anything. Does that mean my session is not created? But I specified 
>> <xsp:page language="java"
>>      xmlns:xsp="http://apache.org/xsp";
>>      xmlns:xsp-session="http://apache.org/xsp/session/2.0";
>>      create-session="true"
>> 
>> 
>> And then <xsp-session:set-attribute>user</xsp-session:set-attribute>;
>> Where user="Guest"
>> but <xsp-session:get-attribute name="user"/> is null too!
>
>
>
>shouldn't it be: <xsp-session:set-attribute
name="user">user</xsp-session:set-attribute> ?
>
>Regards,



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

Reply via email to