sajith kumar wrote:
Hi all,
Is bean:include thread safe?
In our proj we were using bean:include to include alternative jsp's based on 
some conditions thru action class
But when Concurrent users were acessing the system the application didnt respond
We changed our logic by replacing bean:include with logic:equal and jsp:include 
in jsp files

What do you mean by 'tread safe' in the context of a JSP tag? If you're wondering if it's safe for more than one request to be calling bean:include from (the same or different) JSPs at the same time, the answer is yes, that should be no problem.

L.
--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to