Sorry if I explained my problem uncorrectly. The hint
1
2 <hint name="max-length">64</hint>
worked properly changing the size of the varchar field as required in the generated table SQL. The hints that didn't worked were
1
2 <hint name="display-height">105</hint>
3 <hint name="display-width">500</hint>
that changed the displayed size of the input control in the generated portlet. But I found the why. I was using it with the aui taglib instead of
the liferay-ui. The thing that I don't understand is that if I look at the code of the site admin portlet for example it uses the same hints to set the size of a
textarea box but using the aui taglib. So why is it working there and not on my portlet? What am I missing?
Regards
Sergio
Please sign in to flag this as inappropriate.