| Author |
dynamic bean:define tags
|
Pavan Tummala
Ranch Hand
Joined: Dec 25, 2004
Posts: 74
|
|
Hello, I have a bean named navigation in application-context and I can access it in the jsp using: <bean efine id="navigation" name="navigation" /> There can be mulitple navigation beans in the context. Each of them r distinguished by a tailing ID number( for example navigation1,navigation2..1,2 are the id's here) The ID number is dynamic and is stored in the session. I want to be able to access the appropriate bean according to the Id in session. Something like: <bean efine id="navigation" name="navigation"+id /> This can achieved esily using scriplets but I would like to avoid it. Any information regarding this would be appreciated. Pavan.
|
If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell
|
 |
 |
|
|
subject: dynamic bean:define tags
|
|
|