for some reason, I cannot get the value of the tag to be displayed...does javascript not accept jstl tags in this method, because I've tried formatting the syntax, and just cannot seem to get it to work
It's the extra " you have in there. The aI accepts only 2 - beginning and end. You can try either escaping those in the 'middle ( \ ), or use a single backquote ( ` ).