Re: efficiency question

2005-03-11 Thread Jeff Beal
I cannot imagine there being a significant performance difference in the two scenarios. They are practically the same thing. On Fri, 11 Mar 2005 10:51:22 -0800 (PST), wo_shi_ni_ba_ba <[EMAIL PROTECTED]> wrote: > Are there any difference in performance between the > following two scenarios? > 1.

efficiency question

2005-03-11 Thread wo_shi_ni_ba_ba
Are there any difference in performance between the following two scenarios? 1. creating and storing an attribute in the request in the action.execute() then use the attribute as a bean by struts from the jsp 2. creating the attribute store it in the request as scriplet in the jsp page, then use th