Hi , I have a web Project on Eclipse 3.3 which uses trinidad 1.0.0 and jsf(no problem)
After I replace the trinidad 1.0.0 jars with trinidad 1.0.2, Working code for a inputText <tr:inputText id ="xyz"> with valueChangeListener , started to give a message and not update the related field. "org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId WARNING: The id "xyz::icon" is used more than once. org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId WARNING: The id "xyz::msg" is used more than once." What would be the problem.I should use trinidad 1.0.2 because I need <tr:fileDownloadActionListener> tag. Thank you.

