I have realize something.
I check the request made when clicking the back button, and it's showing all
the information of the loging form, I dunno if this being get form the
keychain or, somehow its remembering the first request done? I dunno... Im
divagating again.
Also, I have the following structure
A Main WOComponent that has a WOD like this:
GoTo:LoginPage{
}
in the DirecAction.java, I have:
@Override
public WOActionResults defaultAction() {
return pageWithName(Main.class.getName());
}
but I guess this is fine since if I log out form another place of the
application when going back I return to that place and not to the
UserMainPage wich is the WOComponent I show after log in.
G.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]