Error in an Interface

I have an interface that gathers different values to do a search to populate a grid. I've added a new search box to the interface and get this error when I try to run it:

 

An error occurred while executing a save: java.lang.IllegalArgumentException: Invalid index: Cannot update value of length 4 by assigning value of length 1

 

The error message points to the interface from the interface that calls it, and the new search box I've added mimics other search boxes in the interface.

  Discussion posts and replies are publicly visible