-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: Voice commands
-
Labels:None
There's not use of constants in the JSP files e.g
request.getAttribute("voice_command_list");
That parameter must be constant, create a constants class or reuse from SpeechConstants Class
request.getAttribute("voice_command_list");
That parameter must be constant, create a constants class or reuse from SpeechConstants Class