B
bowkerSF
hello. in one of my jsps, i have something like <logic:notEmpty
name="myData">...</logic:notEmpty>. however, i'm not sure where
myData is coming from because there's no <jsp:useBean> tag anywhere in
the jsp. aside from just searching all the .java files for "myData,"
how do you determine where it's coming from?
and, i'm pretty sure you can't just access any ol' variable in that
<logic:notEmpty> tag. so, how do you know which ones are valid to
access and which ones aren't?
thanks
name="myData">...</logic:notEmpty>. however, i'm not sure where
myData is coming from because there's no <jsp:useBean> tag anywhere in
the jsp. aside from just searching all the .java files for "myData,"
how do you determine where it's coming from?
and, i'm pretty sure you can't just access any ol' variable in that
<logic:notEmpty> tag. so, how do you know which ones are valid to
access and which ones aren't?
thanks