We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems doesn't work with with play 1.2.X
The text was updated successfully, but these errors were encountered:
In {module:jqvalidate-0.3}/app/tags/jqvalidate/JqValidateTags.java (around line 31) public class JqValidateTags extends FastTags { public static void _form(Map args, Closure body, PrintWriter out, ExecutableTemplate template, int fromLine) { ActionDefinition actionDef = (ActionDefinition) args.get("arg"); if (actionDef == null) { actionDef = (ActionDefinition) args.get("action"); } String enctype = (String) args.get("enctype"); if (enctype == null) {
enctype = "application/x-www-form-urlencoded";
Sorry, something went wrong.
No branches or pull requests
Seems doesn't work with with play 1.2.X
The text was updated successfully, but these errors were encountered: