Hi:

AFAIK you can put your session objects in your .page or into your java archive as an annotation

@Persist("session")
//Here your public abstract property (or whatever)

This is on the Tap 4 docs and into the Kent's book if you want futher information (http://www.agileskills2.org/EWDT/)

Bye.

Greg Cormier escribió:
I checked the Javadocs and there's no nice "use abc instead" :)

What's the new way to retrieve your visit object?

Thanks,
Greg

--

public java.lang.Object getVisit()

Deprecated.
    Returns the visit object obtained from the engine via 
IEngine.getVisit(IRequestCycle).

    Specified by:
        getVisit in interface IPage

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





--
 Ing. Jorge Enrique Quiroga
Analista programador
PCT LTDA

Teléfonos: 4800069-4800046-4811984
Dirección: Carrera 28 bis Nº 51-08
Bogota D.C. - Colombia


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

Reply via email to