[
http://www.stripesframework.org/jira/browse/STS-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Gunter resolved STS-840.
----------------------------
Resolution: Fixed
Fix Version/s: Release 1.5.7
Assignee: Ben Gunter
> Client side validation doesn't work when field info contains type attribute
> ----------------------------------------------------------------------------
>
> Key: STS-840
> URL: http://www.stripesframework.org/jira/browse/STS-840
> Project: Stripes
> Issue Type: Bug
> Components: Validation
> Affects Versions: Release 1.5.6
> Reporter: Valentine
> Assignee: Ben Gunter
> Fix For: Release 1.5.7
>
>
> Field info generation
> StringBuilder fieldInfo = new StringBuilder();
> if (fieldType.isPrimitive() ||
> Number.class.isAssignableFrom(fieldType)
> || Date.class.isAssignableFrom(fieldType) || includeType)
> {
> fieldInfo.append("type:").append(
> JavaScriptBuilder.quote(fqn ? fieldType.getName() :
> fieldType
> .getSimpleName()));
> }
> ...
> fieldInfo.append("required:").append(data.required())
> .append(",ignore:").append(data.ignore())
> .append(",encrypted:").append(data.encrypted())
> .append(",trim:").append(data.trim());
> So if the "type"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development