Can someone give me a good example on how to use Dojox.widget.Standby in Spring?

I have tried,
<a id="entryId" href="<c:url value="/index.html" >Link</a>
<script type="text/javascript">
dojo.addOnLoad(function() { Spring.addDecoration(new Spring.ElementDecoration({
elementId: "entryId",
widgetType: "dojox.widget.Standby",
widgetAttrs: { target: "bodyView" }
}));