ciao! ho provato con i tag XSP che mi hai detto ma non riesco comunque ad accedere alla variabile, il parametro in questione non esiste. ho provato anche a cambiare il nome ( mi pare che si chiami ID e non username ), ma non cambia nulla. a te funziona? che versione di cocoon usi? grazie ancora! Roberto
----- Original Message ----- From: "Andrea Scolari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 11:22 AM Subject: RE: [help] access parameters > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
