For my project, (using Tapestry 3.0.2) I have a login page that gets and set the username as a string userName. I need to have access to this username during the session on more than 1 page. Currently in the login page java I call "Tapestry.fireObservedChange(this, "userName", userName);" on the formSubmit, and can retrieve username on the current page using "this.getProperty("userName")". After reading about the fireObservedChange this infomation should be retained for future use in the HTTPsession. So far, I can't figure out how to get the userName out on a different page. Am I going about this the correct way?

Any help would be appreciated,
Thanks - Patrick

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

Reply via email to