Search found 1 match

by realfutbol23
Wed Nov 24, 2004 6:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JSTL tag inside of aI function
Replies: 2
Views: 2585

JSTL tag inside of aI function

Hi, I have something along the lines of

aI("text=Edit Preferences; url=blahController.do?id="+<c:out value='${ACEGI_SECURITY_AUTHENTICATION.principal.applicationUser.applicationUserId}'/>+";");


for some reason, I cannot get the value of the tag to be displayed...does javascript not accept jstl ...