create your own subclass of websession and instead of storing attributes create fields in the subclass with getters setters.

then in your application subclass override getsessionfactory() and return one that creates your subclass.

-igor


On 11/6/06, Carfield Yim <[EMAIL PROTECTED]> wrote:
I just try to add some attribute and get it back later, but I find
that the [get|set]Attribute() are protected. I am take a look of the
of the javadoc but I still don't knwo how to get / set attributes to
session. Can anyone give me some more information?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to