Click extras AutoCompleteTextField does not add parameters correctly
--------------------------------------------------------------------
Key: CLK-759
URL: https://issues.apache.org/jira/browse/CLK-759
Project: Click
Issue Type: Bug
Components: extras
Affects Versions: 2.3.0
Environment: Any
Reporter: Jose Luis Vázquez González
When using setParameter(name,value); in AutocompleteTextField generated
Javascript is incorrect and breaks the Browser code interpretation. As you can
see:
new
Ajax.Autocompleter('form_adduser','form_adduser-auto-complete-div','/userweb/editRole.html',{parameters:
'form_adduser=1'&id=-1,
minChars:1});});
Should be instead:
'form_adduser=1&id=-1',
no?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira