| Author |
Use of bean:define tag
|
pankaj semwal
Ranch Hand
Joined: Oct 07, 2008
Posts: 300
|
|
Hi List[],
When to use bean:define tag in struts.Please give some hint of code about this .
Thanks
|
 |
Mallik Avula
Ranch Hand
Joined: Nov 30, 2006
Posts: 86
|
|
Hi pankaj,
for suppose, if you want to re-define a variable in some scope, or if you can to use it in jsp scriptlets, we will use bean:define tag
Where we can specify the scope and new name for that variable... etc
code sample:
You can google for more information about it.
|
Thanks & Regards<br />Mallik Avula<br />SCJP1.4
|
 |
 |
|
|
subject: Use of bean:define tag
|
|
|