Thank you both, Christian and Michael.
In fact what I wanted to do is to set an attribute in a request to the next JSP page, but not in a session. This way, that attribute won’t be remembered after another request. This is part of the effort I make to control the application logic.
I think X-Application enables variable setting and retrieval through xapp:setvar... and xapp:getvar..., but it only allows two scopes, namely “page” and “session”, respectively. And it lacks support for the scope “request” and “application” that’re supported by Sun’s servlet and JSP standard.
I’ll try to find some clue in Tamino x-application Java API.
Thanks again, Christian and Michael.
#API-Management#Tamino#webMethods