| Author |
beans
|
Nelson Nadal
Ranch Hand
Joined: Jun 06, 2002
Posts: 169
|
|
Is it ok to have a 2 or more view bean at the same time? for ex. I have a jsp page w/ 2 include pages... that included pages has its own view beans... is that ok or will they conflict if the other one's scope is 'session' while the other one is only 'request'
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
|
As long as each id is unique within its scope, you can have as many beans as makes sense.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: beans
|
|
|