Get previous page name
I wanted to enable the user to go back to the previous page without using a WOActionResults to set the name of the component calling the nextPage. WOContext has a method called page that did this for me with ease ;)
String previousPage = context().page().name();
No comments:
Post a Comment