| Author |
dynamic value for "class" attribute of jsp:useBean
|
sonali jingar
Greenhorn
Joined: Mar 01, 2013
Posts: 2
|
|
I am working in finance module i need to know wheteer value for "class" attribute in jsp:useBean tag can be set dynamically..
ie . if
branch is 1 then id='X'
<jsp:useBean id="dbprd" class="<%=session.getAttribute(id)%>" scope="application"/>
else id =' y'
<jsp:useBean id="dbprd" class="<%=session.getAttribute(id)%>" scope="application"/>
is it possible to set dynamic value for "class" attribute.
please help.....
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Not possible.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: dynamic value for "class" attribute of jsp:useBean
|
|
|