Hi folks. I need to store some objects in session scope in order to use 
around the application. What is the best way to do that?
 I need to have TAX value in any place of the application. I thought about 
creating an Action class y call a method which it get TAX data from database 
and then put the value in session scope.
 But when I call for first time index.jsp, it has to call that method... How 
can I do that?. Is it an appropiate way?
 I don't know how to call a method inside an action class from a jsp.
 Thanks in advance

-- 
Rafael Taboada
Software Engineer

Cell : +511-97753290

"No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Reply via email to