Hi,
I'm building an application in which some parameters are to be placed in a bean (scope application). While processing requests, I may need to recover some of these parameters. Until now, I make it work the most classical way : in a jsp page or in the dispatcher servlet, I put reqBean.setParam1 (appBean.getParam1 ());
 
What I wanted to have is a direct call for the first (application) bean in the second (request) bean, maybe via the application object.
 
Is this structure valid, and is this possible.
 
Happy 2000 year

 
______________________________________________
Sylvain Roche
Responsable développement
Add-Online
www.add-online.fr
 
70bis rue Bossuet
69006 LYON
France
 
tel : +33 472838583
fax: +33 472838584

Reply via email to