liferay / liferay-aui-upgrade-tool

Upgrade themes/plugins from Liferay Portal 6.1 to 6.2
13 stars 94 forks source link

Add namespace to name attribute in form elements #30

Closed achaparro closed 11 years ago

achaparro commented 11 years ago

In 6.2.x It's mandatory to add the namespace to the name attribute for inputs/textarea and so on (see http://www.w3schools.com/html/html_forms.asp) in forms unless you set the property requires-namespaced-parameters to false in liferay-portlet.xml but by default is set to true.

It coud be an option in the tool, not by default.