I am working on a Spring Web Flow Project and I would like to use Dojo dijit css to make my input form and fields nice. I would like to make my fields glow.
The have the following on top of my JSP:
<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/claro/claro.css" />" />
but how do I change my Spring form:input tags to use them and glow?
can someone please tell me how to change the following
<form:input tabIndex="3" maxLength="15" size="16" path="first_name" />
so it would glow… thansk
I was missing the