私はSpringWebFlow Projectに取り組んでおり、Dojodijitcssを使用して入力フォームとフィールドを適切に作成したいと考えています。自分の畑を輝かせたいです。
私の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" />" />
しかし、Spring form:inputタグを変更して、それらを使用して光らせるにはどうすればよいですか?
誰かが以下を変更する方法を教えてもらえますか
<form:input tabIndex="3" maxLength="15" size="16" path="first_name" />
だからそれは輝くだろう...ありがとう