Re: Scope Issues Between Struts Tags and JSTL

2003-07-18 Thread Hunter Hillegas
ling List'" <[EMAIL PROTECTED]> > Subject: RE: Scope Issues Between Struts Tags and JSTL > > Remember that JSTL and struts are not the same. > Therefore, JSTL tags cant auto pick up the current element that a Struts tag > is looking at. > You should have: > >

RE: Scope Issues Between Struts Tags and JSTL

2003-07-18 Thread Chen, Gin
Remember that JSTL and struts are not the same. Therefore, JSTL tags cant auto pick up the current element that a Struts tag is looking at. You should have: ... THIS IS NEVER DISPLAYED SINCE JSTL TAGS CAN'T FIND VARS ... PS: (Not sure how you even get it to show up without the id att