Results 1 to 2 of 2

Thread: Spring.AjaxEventDecoration

  1. #1
    Join Date
    May 2012
    Location
    Columbus, Ohio
    Posts
    5

    Default Spring.AjaxEventDecoration

    Hi all,

    Maybe someone here can help me, I want to use the AjaxEventDecoration, but don't want to put the javascript for it on my jsp, I would like to put it in a separate javascript file that I will import when my page loads, but I can't find any examples of that.

    Could anyone help me?

    Adam

  2. #2
    Join Date
    Mar 2011
    Posts
    166

    Default

    just add <script type="text/javascript"
    src="<c:url value="/resources/dojo/dojo.js" />">

    </script>
    <script type="text/javascript"
    src="<c:url value="/resources/spring/Spring.js" />">

    </script>
    <script type="text/javascript"
    src="<c:url value="/resources/spring/Spring-Dojo.js" />">

    </script>

    <link type="text/css" rel="stylesheet"
    href="<c:url value="/resources/dijit/themes/tundra/tundra.css" />" />

    anyway

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •