بتاريخ: 3 أغسطس 201015 سنة comment_198052 the problem is that JDev does not know the following things:Variables (bean define) that are introduced in JSPs which are incuding other JSPs. Within the included JSPs these variables are not known by jdevper exampleI have a variable (String class) defined in good.jsp and then include sub.jsp which tries to access this variable:<% String tester = "This is a test string."; %><%@ include file="sub.jsp" %>where sub.jsp has something that looks like:<%=tester%>According to everything I have read, since sub.jsp is simply being included in good.jsp at translation time, it should be able to see that variable tester and to access it as well. But when I try to compile I get erroris there are any way to workaround thisthanks تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.