hey, all: i've seen this and similar problems in the list archive, but couldn't really find a solution: - i have a site setup on tomcat in webapps/mysite/ - i have a bean/class file @ webapps/mysite/web-inf/classes/mybean.class - the page webapps/mysite/beanuser.jsp works fine. (usebean class="mybean") - the page webapps/mysite/english/beanuser.jsp (same file as above) comes back with an error because the compiler is looking for english.mybean what the bleep am i not doing that i'm supposed to? i've tried tinkering with the server and web.xml files, but that didn't seem to work (although i'm not positive i did that right either :( ) tia for any/all assistance.... -- p@rick
