Hello Vu,
You can change the maximum length of a text field by using the maxlength
parameter. Here is an example:

<field name="description" title="${uiLabelMap.CommonDescription}">
    <text maxlength="100"/>
</field>

I hope this would help you.
Regards,
Todor.

On Sat, 2008-10-25 at 17:16 +0700, Vu Hong Thuan wrote:
> Hi,
> I'm a newbie in ofbiz. I have a question.
> The length of the entity field whose type is "name" is 100. By when is
> rendered as a textbox in form, the size of text box is 40.
> I really don't know about the mismatch in size of file type and of text-box
> form input.
> Eg. In the form "createPartyGroup" size of GroupName text-box is 40. But in
> the entity.config, type of GroupName field is "name" type. And length of
> "name" type is 100.
> How can I change the size of text-box of "name"-type entity field to 100?
> 
> Thank for any suggestion.
> 

Reply via email to