buzzer
Jul 2nd, 2009, 09:30 AM
Hi all!
Could somebody hint me how for example tag
<form:input path="command.prop"/>
can be written in terms of spring:bind?
I suppose it can be
<spring:bind path="command.prop"><input type="text" name="${status.expression}" value="${status.value}"></spring:bind>
, but I am not sure this is the same.
If I am right: can
<spring:bind path="command.prop"><input type="text" name="${status.expression}""></spring:bind> (without value)
be used as one-directional bind (to server).
Thanks.
Could somebody hint me how for example tag
<form:input path="command.prop"/>
can be written in terms of spring:bind?
I suppose it can be
<spring:bind path="command.prop"><input type="text" name="${status.expression}" value="${status.value}"></spring:bind>
, but I am not sure this is the same.
If I am right: can
<spring:bind path="command.prop"><input type="text" name="${status.expression}""></spring:bind> (without value)
be used as one-directional bind (to server).
Thanks.