Hello Roberto!

If you're using XSP, is simple:

        String username = <xsp-request:get-parameter name="username"/>;

Of course you need to define the xsp:request namespace in the xsp:page
tag as following:

        <xsp:page language="java"
                ...(others declarations)
                xmlns:xsp-request="http://apache.org/xsp/request/2.0";
        >

Greetings

Andrea Scolari
(Se hai bisogno di aiuto, parlo italiano...)


-----Original Message-----
From: Roberto Fornasiero [mailto:[EMAIL PROTECTED] 
Sent: gioved�, 2 ottobre 2003 10:35
To: [EMAIL PROTECTED]
Subject: [help] access parameters


Could you please help me?
I need to access to the user name parameter after the authentication,
nut i don't know how. I' ve read many posts but i didn't find what i'm
looking for.
thanks.
Roberto


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

Reply via email to