Laurie Harper wrote:

sajith kumar wrote:

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.

I would also ask how <bean:include...> was replaced by <logic:equal...> and <jsp:include...> since it seems like <bean:include...> doesn't encapsulate their combined functionality.

Perhaps a more complete example might help?

Dave



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

Reply via email to