https://issues.apache.org/bugzilla/show_bug.cgi?id=47091





--- Comment #2 from Xie Xiaodong <xxd82...@gmail.com>  2009-05-02 13:54:53 PST 
---
A variable in scriptlet is a local variable inside _jspService, and you can
find the corresponding .java file in
{tomcat_install_dir}/work/localhost/{webapp_dir}. 

And your variable defined in the <jsp:useBean> tag has a scope of request, so
they have two different scope, as Mark said.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to