Hi
from input.tagx
<input id="_${sec_field}_id" name="${sec_field}" type="${fn:escapeXml(type)}" />
and
<c:set var="sec_field">
<spring:escapeBody javaScriptEscape="true"...
Type: Posts; User: kallepartlas; Keyword(s):
Hi
from input.tagx
<input id="_${sec_field}_id" name="${sec_field}" type="${fn:escapeXml(type)}" />
and
<c:set var="sec_field">
<spring:escapeBody javaScriptEscape="true"...
Hi
When I add on update form "disabled=true" to field:datetime tag then result is that the field is posted back as null
Am I doing something wrong?
If so then how to make so that on create...