> is a better plugin I could use to get the same results or whether just
> using JQuery directly is the acceptable route in this case...

Using jQuery directly is almost always the easiest way to use jQuery.

When I need to pass JSP-ish things to JavaScript I usually just pass a
JSON object to [a function | a set of functions |
external-JS-created-thing] that contains stuff generated from JSP
tags. You can also pass your JS files through something that
understands JSP, etc.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to