aspose file tools
The moose likes Struts and the fly likes Use of  bean:define tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Use of  bean:define tag" Watch "Use of  bean:define tag" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Use of bean:define tag
 
Similar Threads
Sharing information between struts 2 variables and scriplets
Error Occurred When Using JSP Expression Inside Struts c:forEach Tag
help :how to get value from logic:iterate
bean:write
Using bean:define