Hi, I have a variable that would be used globally all over an application, <c:set var="myGlobalVar" scope="...">Something</c:set> and I put this code in 2 files a.jsp and b.jsp.
What will happen if I use 'application' as the scope value? Once myGlobalVar is set in a.jsp, what will happen when the same exact code is encountered in b.jsp? Will it rewrite and overwrite the old myGlobalVar? or will it ignore the rewriting of the same myGlobalVar since myGlobalVar is already set with application scope? And will it behave differently if I set the scope as 'page' in the same scenario? TIA, ===== Cliffano Subagio http://messenger.yahoo.com.au - Yahoo! Messenger - A great way to communicate long-distance for FREE! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>