I see that i can pass data between 2 xpages by using url parameters in the first page and then retrieve them from the second xpage by using :
param.get()
.
How can i send data without showing them in the url and without session scope variable? Can i use post method?
flashScope
to do what you're describing, but there might be a much better way to deliver the functionality that is the reason why you're trying to do what you're describing. – Tim Tripcony