You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2008/12/22 03:19:45 UTC

[jira] Commented: (OFBIZ-2021) ModelFormField.java does not use the type size to define the textField.setMaxlength

    [ https://issues.apache.org/jira/browse/OFBIZ-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658432#action_12658432 ] 

BJ Freeman commented on OFBIZ-2021:
-----------------------------------

any reason we can not make the widths for types configurable?


> ModelFormField.java does not use the type size to define the textField.setMaxlength
> -----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2021
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2021
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: BJ Freeman
>
> uses
>                 textField.setMaxlength(Integer.valueOf(60));
> instead of  setting it to the size defined by the type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.